feat/static-pages #21

Merged
palid merged 5 commits from feat/static-pages into main 2025-02-15 00:22:14 +00:00
Showing only changes of commit 281f3a9a89 - Show all commits

View file

@ -0,0 +1,5 @@
import { notFound } from "next/navigation"
export default function NotFoundDummy() {
notFound()
}