Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Feb 23, 2024
1 parent f0f5160 commit 9695baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/viewer/ThumbnailBody.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { viewer } from "@/viewer/viewer.js";
import { layout } from "@/viewer/layout.js";
import { restorePosition, changeMode } from "@/viewer/document.js";
import { ModificationSpec } from "@/viewer/modification/modifySpec.js";
import { ModificationSpec } from "@/viewer/modification/modifySpec";
import { modification } from "@/viewer/modification/modification";
$: modify = $layout.modifying;
Expand Down

0 comments on commit 9695baa

Please sign in to comment.