1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00
This commit is contained in:
Kushagra Gour
2018-08-12 15:18:00 +05:30
parent 553c801772
commit a7b9535ff9
5 changed files with 600 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
*/
import { h, Component } from 'preact';
import '../service-worker-registration';
import { MainHeader } from './MainHeader.jsx';
import ContentWrap from './ContentWrap.jsx';
import ContentWrap2 from './ContentWrap2.jsx';
import Footer from './Footer.jsx';
import SavedItemPane from './SavedItemPane.jsx';
import AddLibrary from './AddLibrary.jsx';
@@ -1170,8 +1170,7 @@ export default class App extends Component {
user={this.state.user}
unsavedEditCount={this.state.unsavedEditCount}
/>
<ContentWrap
currentLayoutMode={this.state.currentLayoutMode}
<ContentWrap2
currentItem={this.state.currentItem}
onCodeChange={this.onCodeChange.bind(this)}
onCodeSettingsChange={this.onCodeSettingsChange.bind(this)}