feat: add next-international translations (#2)
* feat: add next-international translations * chore: fix formatting * chore: address pull request feedback
This commit is contained in:
5
apps/nextjs/src/app/[locale]/not-found.tsx
Normal file
5
apps/nextjs/src/app/[locale]/not-found.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Center } from "@mantine/core";
|
||||
|
||||
export default function CommonNotFound() {
|
||||
return <Center h="100vh">404</Center>;
|
||||
}
|
||||
Reference in New Issue
Block a user