fix: remove unused import

This commit is contained in:
Lucas Smith
2023-11-06 13:01:15 +11:00
committed by Mythie
parent e97de71811
commit 8fc53d5dac
@@ -1,4 +1,4 @@
import { ArrowRight, Bird, CheckCircle2 } from 'lucide-react';
import { Bird, CheckCircle2 } from 'lucide-react';
import { match } from 'ts-pattern';
import { ExtendedDocumentStatus } from '@documenso/prisma/types/extended-document-status';