first commit
This commit is contained in:
11
frontend/resias/src/pages/Home.tsx
Normal file
11
frontend/resias/src/pages/Home.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user