Releasing new design #161

Merged
b merged 241 commits from staging into main 2024-08-21 11:38:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3a6c5ae8e3 - Show all commits

View File

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

View File

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