Skip to content

Commit

Permalink
Fixes broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 22, 2023
1 parent 0b00f15 commit c27ed5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/viewer/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import { tick } from "svelte";
import { router } from "@/router/router.js";
import {
layout,
MOBILE_BREAKPOINT,
annotationValid,
startSearch,
clearSearch,
simpleCancelActions,
} from "./layout.js";

import { MOBILE_BREAKPOINT } from "../pages/viewer/constants.js";

const LAYOUT = {
docMargin: 40, // margin from top to first page, bottom to last
pageGap: 20, // margin between pages
Expand Down

0 comments on commit c27ed5f

Please sign in to comment.