mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
And remove unused import
This commit is contained in:
parent
98663b74b7
commit
0b1a76ec94
6
framework/core/js/forum/dist/app.js
vendored
6
framework/core/js/forum/dist/app.js
vendored
|
@ -29662,10 +29662,10 @@ System.register('flarum/initializers/alertEmailConfirmation', ['flarum/component
|
||||||
});;
|
});;
|
||||||
'use strict';
|
'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";
|
"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) {
|
function boot(app) {
|
||||||
// Get the configured default route and update that route's path to be '/'.
|
// 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
|
// 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;
|
Drawer = _flarumUtilsDrawer.default;
|
||||||
}, function (_flarumUtilsMapRoutes) {
|
}, function (_flarumUtilsMapRoutes) {
|
||||||
mapRoutes = _flarumUtilsMapRoutes.default;
|
mapRoutes = _flarumUtilsMapRoutes.default;
|
||||||
}, function (_flarumHelpersIcon) {
|
|
||||||
icon = _flarumHelpersIcon.default;
|
|
||||||
}, function (_flarumComponentsNavigation) {
|
}, function (_flarumComponentsNavigation) {
|
||||||
Navigation = _flarumComponentsNavigation.default;
|
Navigation = _flarumComponentsNavigation.default;
|
||||||
}, function (_flarumComponentsHeaderPrimary) {
|
}, function (_flarumComponentsHeaderPrimary) {
|
||||||
|
|
|
@ -4,7 +4,6 @@ import ScrollListener from 'flarum/utils/ScrollListener';
|
||||||
import Pane from 'flarum/utils/Pane';
|
import Pane from 'flarum/utils/Pane';
|
||||||
import Drawer from 'flarum/utils/Drawer';
|
import Drawer from 'flarum/utils/Drawer';
|
||||||
import mapRoutes from 'flarum/utils/mapRoutes';
|
import mapRoutes from 'flarum/utils/mapRoutes';
|
||||||
import icon from 'flarum/helpers/icon';
|
|
||||||
import Navigation from 'flarum/components/Navigation';
|
import Navigation from 'flarum/components/Navigation';
|
||||||
import HeaderPrimary from 'flarum/components/HeaderPrimary';
|
import HeaderPrimary from 'flarum/components/HeaderPrimary';
|
||||||
import HeaderSecondary from 'flarum/components/HeaderSecondary';
|
import HeaderSecondary from 'flarum/components/HeaderSecondary';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user