mirror of
https://github.com/flarum/framework.git
synced 2025-02-10 13:55:15 +08:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
![]() |
import { extend, override } from 'flarum/extension-utils';
|
||
|
|
||
|
app.initializers.add('{{name}}', function() {
|
||
|
|
||
|
// @todo
|
||
|
|
||
|
});
|