Skip to content
Snippets Groups Projects
Unverified Commit 58acacd6 authored by Mike Greiling's avatar Mike Greiling
Browse files

migrate admin:* to static bundle

parent 2d018776
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -278,9 +278,6 @@ var Dispatcher;
}
switch (path[0]) {
case 'admin':
import('./pages/admin')
.then(callDefault)
.catch(fail);
switch (path[1]) {
case 'broadcast_messages':
import('./pages/admin/broadcast_messages')
Loading
Loading
import initAdmin from './admin';
 
export default () => initAdmin();
document.addEventListener('DOMContentLoaded', initAdmin);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment