mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Cleaning technical debt (#192)
* abstract Space component to switch out Map * basic viewing possible * restructure components dir * all jsx --> js * App.jsx --> App.js * comment out 3d for now
This commit is contained in:
11
src/components/App.js
Normal file
11
src/components/App.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import "../scss/main.scss";
|
||||
import React from "react";
|
||||
import Layout from "./Layout";
|
||||
|
||||
class App extends React.Component {
|
||||
render() {
|
||||
return <Layout />;
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user