mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Clean master commit
This commit is contained in:
16
src/components/App.jsx
Normal file
16
src/components/App.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import '../scss/main.scss';
|
||||
import React from 'react';
|
||||
import Dashboard from './Dashboard.jsx';
|
||||
|
||||
class App extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Dashboard />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user