From 43ce76d92899e3faa47a90b53c79e9fdec252784 Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Fri, 22 Sep 2023 23:29:14 +1000 Subject: [PATCH] fix: remove unused import --- apps/web/src/app/(dashboard)/documents/empty-state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(dashboard)/documents/empty-state.tsx b/apps/web/src/app/(dashboard)/documents/empty-state.tsx index 62ba381d4..bdfef3bbe 100644 --- a/apps/web/src/app/(dashboard)/documents/empty-state.tsx +++ b/apps/web/src/app/(dashboard)/documents/empty-state.tsx @@ -47,4 +47,4 @@ export const EmptyDocumentState = ({ status }: EmptyDocumentProps) => { ); -} +};