mirror of
https://github.com/mue/mue.git
synced 2026-07-13 04:02:32 +02:00
general cleanup and stuff
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
//* Imports
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App.jsx';
|
||||
import App from './App';
|
||||
|
||||
//* Render
|
||||
ReactDOM.render(
|
||||
<App/>,
|
||||
document.getElementById('root')
|
||||
|
||||
Reference in New Issue
Block a user