mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
11 lines
206 B
TypeScript
11 lines
206 B
TypeScript
import {useRouter} from "next/navigation"
|
|
import React from "react"
|
|
|
|
|
|
export default function RootPage() {
|
|
return <>
|
|
<div className={"chapter-1"}>
|
|
Garasauto
|
|
</div>
|
|
</>
|
|
}
|