Files
web/app/[lang]/(live)/not-found.tsx
2024-08-23 09:34:17 +02:00

6 lines
119 B
TypeScript

import NotFound from "@/components/Current/NotFound"
export default function NotFoundPage() {
return <NotFound />
}