mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
include informationpage.jsx after render.jsx, so CSS overrides in correct order
This commit is contained in:
parent
688f9ea900
commit
6ffaa1afa8
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
const React = require('react');
|
||||
|
||||
const InformationPage = require('../../../components/informationpage/informationpage.jsx');
|
||||
|
||||
const Page = require('../../../components/page/www/page.jsx');
|
||||
const render = require('../../../lib/render.jsx');
|
||||
|
||||
const InformationPage = require('../../../components/informationpage/informationpage.jsx');
|
||||
|
||||
const Moderator = () => (
|
||||
<InformationPage title={'Community Moderator'}>
|
||||
<div className="inner info-inner">
|
||||
|
|
Loading…
Reference in a new issue