mirror of
https://github.com/maputnik/editor.git
synced 2026-06-06 07:17:26 +00:00
Initial commit
This commit is contained in:
@@ -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