chore: run lint and prettier

This commit is contained in:
David Ralph
2024-03-19 21:45:17 +00:00
parent 57df2ce523
commit 2136f558b9
62 changed files with 225 additions and 145 deletions

View File

@@ -77,4 +77,4 @@ function AddModal({ urlError, iconError, addLink, closeModal, edit, editData, ed
}
const MemoizedAddModal = memo(AddModal);
export { MemoizedAddModal as default, MemoizedAddModal as AddModal}
export { MemoizedAddModal as default, MemoizedAddModal as AddModal };