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