aboutsummaryrefslogtreecommitdiff
path: root/src/models/index.ts
blob: 2971df5024c02e72ef14a07ed6f9893591b6ceda (plain)
1
2
3
4
5
6
7
import Settings from './settings';
import Shortcut from './shortcut';

export {
  Settings,
  Shortcut
};