mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-14 13:45:28 +01:00
8 lines
106 B
TypeScript
8 lines
106 B
TypeScript
import Settings from './settings';
|
|
import Shortcut from './shortcut';
|
|
|
|
export {
|
|
Settings,
|
|
Shortcut
|
|
};
|