diff options
Diffstat (limited to 'helpers/appList.js')
-rw-r--r-- | helpers/appList.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/helpers/appList.js b/helpers/appList.js deleted file mode 100644 index a114a70..0000000 --- a/helpers/appList.js +++ /dev/null @@ -1,8 +0,0 @@ -import {Notes, Settings} from 'apps' - -const appList = { - Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '64em', width: '64em'}, - Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '20em'}, -}; - -export default appList |