mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 15:37:28 +00:00
Restructure and rename components
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
import App from './app.jsx';
|
||||
import './index.css'
|
||||
import App from './components/App';
|
||||
|
||||
ReactDOM.render(<App/>, document.querySelector("#app"));
|
||||
|
||||
Reference in New Issue
Block a user