muse/src/models/index.ts
2021-09-19 22:24:46 -04:00

10 lines
154 B
TypeScript

import Cache from './cache.js';
import Settings from './settings.js';
import Shortcut from './shortcut.js';
export {
Cache,
Settings,
Shortcut,
};