Merged in feat/SW-2999-cleanup (pull request #2810)
feat(SW-2999): cleanup current web * feat(SW-2999): cleanup current web * Merge master * Removed unused fonts Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import NotFound from "@/components/Current/NotFound"
|
||||
import NotFound from "@/components/NotFound"
|
||||
|
||||
import type { LangParams, PageArgs } from "@/types/params"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import NotFound from "@/components/Current/NotFound"
|
||||
import NotFound from "@/components/NotFound"
|
||||
|
||||
export default function NotFoundPage() {
|
||||
return <NotFound />
|
||||
|
||||
Reference in New Issue
Block a user