Skip to content

Commit

Permalink
Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
robines committed Sep 24, 2024
1 parent b19b7df commit 441bdb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/Pages/NotFoundPage/NotFoundPage.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { useEffect } from 'react';
import { useTranslation } from 'react-i18next';
import { useLocation } from 'react-router-dom';
import { Button, Link } from '~/Components';
import { NotFound } from '~/assets';
import { SUPPORT_EMAIL } from '~/constants';
import { useCustomNavigate, useTitle } from '~/hooks';
import { KEY } from '~/i18n/constants';
import { ROUTES } from '~/routes';
import styles from './NotFoundPage.module.scss';
import { useEffect } from 'react';
import { useLocation } from 'react-router-dom';
import { useCustomNavigate, useTitle } from '~/hooks';

export function NotFoundPage() {
const { t } = useTranslation();
Expand Down

0 comments on commit 441bdb5

Please sign in to comment.