muse/src/models/index.ts

6 lines
59 B
TypeScript
Raw Normal View History

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