mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Replace Ember app with Mithril app
This commit is contained in:
7
js/admin/src/components/permissions-page.js
Normal file
7
js/admin/src/components/permissions-page.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Component from 'flarum/component';
|
||||
|
||||
export default class PermissionsPage extends Component {
|
||||
view() {
|
||||
return m('div', 'permissions');
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user