diff --git a/plugins/applications/frontend/routes.js b/plugins/applications/frontend/routes.js index 9c1ea75..8404acc 100644 --- a/plugins/applications/frontend/routes.js +++ b/plugins/applications/frontend/routes.js @@ -25,3 +25,8 @@ export default [ meta: { requiresAuth: true } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/backups/frontend/routes.js b/plugins/backups/frontend/routes.js index 8449527..db2870b 100644 --- a/plugins/backups/frontend/routes.js +++ b/plugins/backups/frontend/routes.js @@ -19,3 +19,8 @@ export default [ meta: { requiresAuth: true, plugin: 'backups' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/computers/frontend/routes.js b/plugins/computers/frontend/routes.js index 7a91ba8..360ecc9 100644 --- a/plugins/computers/frontend/routes.js +++ b/plugins/computers/frontend/routes.js @@ -58,3 +58,8 @@ export default [ meta: { requiresAuth: true, requiresAdmin: true, plugin: 'computers' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/employees/frontend/routes.js b/plugins/employees/frontend/routes.js index 1ac2366..c25659b 100644 --- a/plugins/employees/frontend/routes.js +++ b/plugins/employees/frontend/routes.js @@ -16,3 +16,8 @@ export default [ meta: { requiresAuth: true, requiresAdmin: true, plugin: 'employees' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/geenforce/frontend/routes.js b/plugins/geenforce/frontend/routes.js index 2c18f0d..e939306 100644 --- a/plugins/geenforce/frontend/routes.js +++ b/plugins/geenforce/frontend/routes.js @@ -36,3 +36,8 @@ export default [ meta: { requiresAuth: true, requiresAdmin: true, plugin: 'geenforce' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/knowledgebase/frontend/routes.js b/plugins/knowledgebase/frontend/routes.js index 3dc2ef8..f87460b 100644 --- a/plugins/knowledgebase/frontend/routes.js +++ b/plugins/knowledgebase/frontend/routes.js @@ -27,3 +27,8 @@ export default [ meta: { requiresAuth: true, plugin: 'knowledgebase' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/machines/frontend/routes.js b/plugins/machines/frontend/routes.js index c5f119a..b068049 100644 --- a/plugins/machines/frontend/routes.js +++ b/plugins/machines/frontend/routes.js @@ -33,3 +33,8 @@ export default [ meta: { requiresAuth: true, plugin: 'machines' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/measuringtools/frontend/routes.js b/plugins/measuringtools/frontend/routes.js index 01db687..95d6094 100644 --- a/plugins/measuringtools/frontend/routes.js +++ b/plugins/measuringtools/frontend/routes.js @@ -52,3 +52,8 @@ export default [ meta: { requiresAuth: true, requiresAdmin: true, plugin: 'measuringtools' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/network/frontend/routes.js b/plugins/network/frontend/routes.js index 15da90b..b7aeb49 100644 --- a/plugins/network/frontend/routes.js +++ b/plugins/network/frontend/routes.js @@ -57,3 +57,8 @@ export default [ meta: { requiresAuth: true, requiresAdmin: true, plugin: 'network' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/notifications/frontend/routes.js b/plugins/notifications/frontend/routes.js index 8473f13..7c9267b 100644 --- a/plugins/notifications/frontend/routes.js +++ b/plugins/notifications/frontend/routes.js @@ -39,3 +39,8 @@ export default [ meta: { plugin: 'notifications' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = [] diff --git a/plugins/warranty/frontend/routes.js b/plugins/warranty/frontend/routes.js index b5c2c29..a535b41 100644 --- a/plugins/warranty/frontend/routes.js +++ b/plugins/warranty/frontend/routes.js @@ -21,3 +21,8 @@ export default [ meta: { plugin: 'warranty' } } ] + +// No full-screen routes: every view in this plugin renders inside +// AppLayout. Declared so routes.gen.js can read `.toplevel` off the module +// without Rollup warning about a missing export. +export const toplevel = []