6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import NotFound from "@/components/Current/NotFound"
|
|
|
|
export default function NotFoundPage() {
|
|
return <NotFound />
|
|
}
|