7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
|
|
"use client"
|
||
|
|
|
||
|
|
import Navigation from "../src/navigation/index"
|
||
|
|
|
||
|
|
export default function SyntheticV0PageForDeployment() {
|
||
|
|
return <Navigation />
|
||
|
|
}
|