Merge branch 'main' into nyttHome
This commit is contained in:
commit
822c2af790
4 changed files with 22 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ export default function Home() {
|
|||
|
||||
const navigate = useNavigate()
|
||||
|
||||
const navigate = useNavigate()
|
||||
|
||||
return (
|
||||
<main className="flex flex-col h-screen">
|
||||
<Header/>
|
||||
|
|
|
|||
Reference in a new issue