💄 Prettier codebase

This commit is contained in:
ajnart
2023-10-25 15:29:45 +02:00
parent 01ab01d159
commit 5ab0e5207b
99 changed files with 375 additions and 358 deletions

View File

@@ -5,9 +5,8 @@ import Head from 'next/head';
import Image from 'next/image';
import Link from 'next/link';
import pageNotFoundImage from '~/images/undraw_page_not_found_re_e9o6.svg';
import { pageNotFoundNamespaces } from '~/tools/server/translation-namespaces';
import { getServerSideTranslations } from '~/tools/server/getServerSideTranslations';
import { pageNotFoundNamespaces } from '~/tools/server/translation-namespaces';
export default function Custom404() {
const { classes } = useStyles();

View File

@@ -2,11 +2,11 @@ import {
Box,
Card,
Group,
Image,
SimpleGrid,
Stack,
Text,
Title,
Image,
UnstyledButton,
createStyles,
} from '@mantine/core';