add routes
This commit is contained in:
parent
5cfabc5fd1
commit
b76fae1456
|
@ -0,0 +1,5 @@
|
||||||
|
export default function Root() {
|
||||||
|
return <>
|
||||||
|
<h1>Hello!</h1>
|
||||||
|
</>
|
||||||
|
}
|
Loading…
Reference in New Issue