fix: remove unused import

This commit is contained in:
Lucas Smith
2023-09-22 23:23:55 +10:00
committed by Mythie
parent e97de71811
commit 8fc53d5dac

View File

@ -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';