muse/src/models/index.ts

10 lines
154 B
TypeScript
Raw Normal View History

import Cache from './cache.js';
import Settings from './settings.js';
import Shortcut from './shortcut.js';
2020-03-09 17:57:39 +01:00
export {
Cache,
2020-03-17 01:37:54 +01:00
Settings,
2021-09-20 04:24:46 +02:00
Shortcut,
2020-03-09 17:57:39 +01:00
};