mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 13:00:04 +00:00
Initial commit
This commit is contained in:
5
src/index.jsx
Normal file
5
src/index.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import { render } from 'react-dom';
|
||||
import App from './app.jsx';
|
||||
|
||||
render(<App/>, document.querySelector("#app"));
|
||||
Reference in New Issue
Block a user