chore: fix eslint errors

This commit is contained in:
Ephraim Atta-Duncan
2023-09-06 12:01:30 +00:00
parent f6e49e3f21
commit 0c145fab0b

View File

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