Skip to content

Commit

Permalink
Fixed linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarengathomas committed Mar 4, 2025
1 parent 9633d8a commit 0e03645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/[locale]/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import 'styles/globals.css'
import { ExclamationMark } from 'components/icons/exclamationMark'
import Image from 'next/image'
import { useTranslations } from 'next-intl'

import Error404 from '../_images/404.svg'
import { useTranslations } from 'next-intl'

export default function NotFound() {
const t = useTranslations('error-pages')
Expand Down

0 comments on commit 0e03645

Please sign in to comment.