mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Add routing
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.container {
|
||||
text-align: left;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
import './index.css';
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<div className='container'>
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user