mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 23:29:57 +08:00
Get admin area working again
This commit is contained in:
9
js/admin/src/components/ExtensionsPage.js
Normal file
9
js/admin/src/components/ExtensionsPage.js
Normal file
@ -0,0 +1,9 @@
|
||||
import Component from 'flarum/Component';
|
||||
|
||||
export default class ExtensionsPage extends Component {
|
||||
view() {
|
||||
return (
|
||||
<div className="ExtensionsPage"/>
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user