Implement wires module in React
New project to rewrite this in React.
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
import './App.css';
|
||||
import WiresModule from "./components/WiresModule";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<header>
|
||||
<h1>Keep Talking and Nobody Explodes</h1>
|
||||
</header>
|
||||
|
||||
<WiresModule id='sectionWires' />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user