1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 23:14:29 +02:00

Add admin client JS/LESS to extension stub

This commit is contained in:
Toby Zerner
2015-08-04 17:18:45 +09:30
parent 9700fbbb0b
commit 556b93e367
8 changed files with 36 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { extend } from 'flarum/extend';
import app from 'flarum/app';
app.initializers.add('{{name}}', app => {
app.initializers.add('{{name}}', () => {
// TODO
});