mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-24 06:58:38 -05:00
Created the App.js of the client (͡° ͜ʖ ͡°)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
{/* TODO: Start coding, i guess */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user