Spaces:
Sleeping
Sleeping
| /** | |
| * Template — passthrough. | |
| * Standard Next.js navigation. No custom transitions. | |
| */ | |
| export default function Template({ children }: { children: React.ReactNode }) { | |
| return <>{children}</>; | |
| } | |