implement file system observer
This commit is contained in:
parent
7cdefe3f6e
commit
5e7f772999
4 changed files with 208 additions and 6 deletions
|
@ -18,6 +18,7 @@ export default function Experimental(props: ParentProps) {
|
|||
<Menu.Item command={goTo.withLabel('grid').with('grid')} />
|
||||
<Menu.Item command={goTo.withLabel('context-menu').with('context-menu')} />
|
||||
<Menu.Item command={goTo.withLabel('formatter').with('formatter')} />
|
||||
<Menu.Item command={goTo.withLabel('file-system-observer').with('file-system-observer')} />
|
||||
</Menu.Root>
|
||||
|
||||
<ErrorBoundary fallback={e => <ErrorComp error={e} />}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue