entregas_app/app/page.tsx

7 lines
146 B
TypeScript
Raw Permalink Normal View History

"use client"
import Navigation from "../src/navigation/index"
export default function SyntheticV0PageForDeployment() {
return <Navigation />
}