chore: fix eslint errors

This commit is contained in:
Ephraim Atta-Duncan
2023-09-06 12:01:30 +00:00
committed by Mythie
parent f09638a4de
commit 8b5d0f445e

View File

@ -1,4 +1,4 @@
import { notFound, redirect } from 'next/navigation'; import { notFound } from 'next/navigation';
import { match } from 'ts-pattern'; import { match } from 'ts-pattern';