remove leftovers
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
import React from 'react';
|
|
||||||
import ReactDOM from 'react-dom';
|
|
||||||
import App from './components/App';
|
|
||||||
import './index.scss';
|
|
||||||
import {Item} from "./model";
|
|
||||||
import radardata from './rd.json';
|
|
||||||
|
|
||||||
ReactDOM.render(
|
|
||||||
<React.StrictMode>
|
|
||||||
<App items={radardata.items as Item[]} releases={radardata.releases as string[]} />
|
|
||||||
</React.StrictMode>,
|
|
||||||
document.getElementById('root')
|
|
||||||
);
|
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user