Updated frontend direcotry structure
This commit is contained in:
12
frontend/src/pages/Home.tsx
Normal file
12
frontend/src/pages/Home.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Stickies from '../components/stickies';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Resias - </h1>
|
||||
<Stickies />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user