chore: formatting

This commit is contained in:
eugene 2024-08-20 14:27:35 +03:00
parent 55bf90e93c
commit 3a6c5ae8e3
2 changed files with 2 additions and 2 deletions
src
types
utils

@ -1,4 +1,4 @@
import { MarkType } from "./drawing";
import { MarkType } from './drawing'
export interface CurrentUserMark {
id: number

@ -260,4 +260,4 @@ export {
addMarks,
convertToPdfBlob,
groupMarksByPage
}
}