1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

And remove unused import

This commit is contained in:
Toby Zerner
2017-07-22 12:31:23 +09:30
parent 65c0b436c0
commit 5faf0fcde5
2 changed files with 2 additions and 5 deletions

View File

@@ -29662,10 +29662,10 @@ System.register('flarum/initializers/alertEmailConfirmation', ['flarum/component
});;
'use strict';
System.register('flarum/initializers/boot', ['flarum/utils/ScrollListener', 'flarum/utils/Pane', 'flarum/utils/Drawer', 'flarum/utils/mapRoutes', 'flarum/helpers/icon', 'flarum/components/Navigation', 'flarum/components/HeaderPrimary', 'flarum/components/HeaderSecondary', 'flarum/components/Composer', 'flarum/components/ModalManager', 'flarum/components/AlertManager'], function (_export, _context) {
System.register('flarum/initializers/boot', ['flarum/utils/ScrollListener', 'flarum/utils/Pane', 'flarum/utils/Drawer', 'flarum/utils/mapRoutes', 'flarum/components/Navigation', 'flarum/components/HeaderPrimary', 'flarum/components/HeaderSecondary', 'flarum/components/Composer', 'flarum/components/ModalManager', 'flarum/components/AlertManager'], function (_export, _context) {
"use strict";
var ScrollListener, Pane, Drawer, mapRoutes, icon, Navigation, HeaderPrimary, HeaderSecondary, Composer, ModalManager, AlertManager;
var ScrollListener, Pane, Drawer, mapRoutes, Navigation, HeaderPrimary, HeaderSecondary, Composer, ModalManager, AlertManager;
function boot(app) {
// Get the configured default route and update that route's path to be '/'.
// Push the homepage as the first route, so that the user will always be
@@ -29743,8 +29743,6 @@ System.register('flarum/initializers/boot', ['flarum/utils/ScrollListener', 'fla
Drawer = _flarumUtilsDrawer.default;
}, function (_flarumUtilsMapRoutes) {
mapRoutes = _flarumUtilsMapRoutes.default;
}, function (_flarumHelpersIcon) {
icon = _flarumHelpersIcon.default;
}, function (_flarumComponentsNavigation) {
Navigation = _flarumComponentsNavigation.default;
}, function (_flarumComponentsHeaderPrimary) {