fix: cleanup

This commit is contained in:
2026-06-04 06:42:27 -05:00
parent f989b144cf
commit 654cfec147
52 changed files with 290 additions and 540 deletions
-3
View File
@@ -27,6 +27,3 @@ export async function createMarker(
export async function deleteBookmark(id: string): Promise<void> {
await api.delete(`/annotations/bookmarks/${id}/`);
}
/** @deprecated Use createMarker */
export const createBookmark = createMarker;