diff --git a/src/pages/404.tsx b/src/pages/404.tsx index a98ece27d..b0d0b5de1 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -58,7 +58,7 @@ const useStyles = createStyles((theme) => ({ }, })); -export function Illustration(props: React.ComponentPropsWithoutRef<'svg'>) { +function Illustration(props: React.ComponentPropsWithoutRef<'svg'>) { const theme = useMantineTheme(); return ( @@ -70,7 +70,7 @@ export function Illustration(props: React.ComponentPropsWithoutRef<'svg'>) { ); } -export default function NothingFoundBackground() { +export default function Custom404() { const { classes } = useStyles(); return (