fix: remove unused import

This commit is contained in:
Lucas Smith
2023-09-22 23:23:55 +10:00
committed by GitHub
parent 946b2fe129
commit 201ba65e1c

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