feature: poll files to auto-update on external file changes

This commit is contained in:
Chris Kruining 2025-01-27 15:09:43 +01:00
parent c9bc7d061b
commit 8b852b4ca4
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 209 additions and 100 deletions

View file

@ -1,4 +1,7 @@
export { useFiles, FilesProvider, load } from './context';
export { load, readFiles } from './helpers';
export { useFiles, FilesProvider } from './context';
export { Grid } from './grid';
export { TreeProvider, Tree, useTree } from './tree';
export type { Entry } from './grid';