Spaces:
Running
Running
| import { redirect } from 'next/navigation'; | |
| export interface PageProps {} | |
| export default async function Page({}: PageProps) { | |
| redirect('/'); | |
| } | |
| import { redirect } from 'next/navigation'; | |
| export interface PageProps {} | |
| export default async function Page({}: PageProps) { | |
| redirect('/'); | |
| } | |