mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added home route
This commit is contained in:
parent
2f200411e2
commit
b0ceb9cc9f
1 changed files with 4 additions and 0 deletions
4
src/app/home/page.tsx
Normal file
4
src/app/home/page.tsx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
const Home = () => {
|
||||
return <div>Home</div>;
|
||||
};
|
||||
export default Home;
|
||||
Loading…
Add table
Reference in a new issue