fix: remove unused import

This commit is contained in:
Lucas Smith
2023-09-22 23:29:14 +10:00
committed by GitHub
parent 201ba65e1c
commit 43ce76d928

View File

@ -47,4 +47,4 @@ export const EmptyDocumentState = ({ status }: EmptyDocumentProps) => {
</div>
</div>
);
}
};