diff options
| author | Max Isom <[email protected]> | 2021-11-18 20:55:57 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-11-18 20:55:57 -0500 |
| commit | 04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82 (patch) | |
| tree | 71d1879e787b7c988939d963dbc4baa857171f5b /src/models/index.ts | |
| parent | d805da906a1744c23e0b484b522b078102675770 (diff) | |
| download | muse-04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82.tar.xz muse-04c7e61fc076e2fa5ddf3d0faf6ebb73f4d52d82.zip | |
Add FileCache model
Diffstat (limited to 'src/models/index.ts')
| -rw-r--r-- | src/models/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/index.ts b/src/models/index.ts index d39a3dc..e3f7c0a 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -1,8 +1,10 @@ +import FileCache from './file-cache.js'; import KeyValueCache from './key-value-cache.js'; import Settings from './settings.js'; import Shortcut from './shortcut.js'; export { + FileCache, KeyValueCache, Settings, Shortcut, |
