* fix: nextjs slow compile time * fix: change optimized package imports and transpile packages * fix: format issue
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { Center } from "@mantine/core";
|
|
|
|
export default function CommonNotFound() {
|
|
return <Center h="100vh">404</Center>;
|
|
}
|