muse/src/models/index.ts
2020-03-16 19:37:54 -05:00

8 lines
106 B
TypeScript

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