mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Add admin client JS/LESS to extension stub
This commit is contained in:
6
stubs/extension/js/admin/src/main.js
Normal file
6
stubs/extension/js/admin/src/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { extend } from 'flarum/extend';
|
||||
import app from 'flarum/app';
|
||||
|
||||
app.initializers.add('{{name}}', () => {
|
||||
// TODO
|
||||
});
|
Reference in New Issue
Block a user