aboutsummaryrefslogtreecommitdiffstats
path: root/configs/appList.js
blob: c8e49da310e06c6e5b01b39a1c2fa84ff6081500 (plain) (blame)
1
2
3
4
5
6
7
8
import {Notes, Settings} from 'apps'

const appList = {
  Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em'},
  Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em'},
};

export default appList