Signing Page - New Design #152

Merged
eugene merged 29 commits from sigit-info-signing-page into staging 2024-08-20 11:29:11 +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
}
}