From 11261f4a11604677e3bc1259921599a12790ac7d Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Mon, 30 Sep 2024 13:25:34 +0100 Subject: [PATCH] Fixed formatting --- front/src/app/hooks/api/useSoundEventAnnotation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/app/hooks/api/useSoundEventAnnotation.ts b/front/src/app/hooks/api/useSoundEventAnnotation.ts index ef1e0190..5aa5777f 100644 --- a/front/src/app/hooks/api/useSoundEventAnnotation.ts +++ b/front/src/app/hooks/api/useSoundEventAnnotation.ts @@ -12,8 +12,8 @@ import useObject from "@/lib/hooks/utils/useObject"; import type { ClipAnnotation, Note, - NoteUpdate, NoteCreate, + NoteUpdate, Recording, SoundEventAnnotation, Tag,