muse/src/models/index.ts

8 lines
106 B
TypeScript
Raw Normal View History

2020-03-09 17:57:39 +01:00
import Settings from './settings';
2020-03-17 01:37:54 +01:00
import Shortcut from './shortcut';
2020-03-09 17:57:39 +01:00
export {
2020-03-17 01:37:54 +01:00
Settings,
Shortcut
2020-03-09 17:57:39 +01:00
};