From d6fe206fed24251d36be730594aa2994d86e6d1e Mon Sep 17 00:00:00 2001 From: Allan Lasser Date: Fri, 23 Feb 2024 12:38:54 -0500 Subject: [PATCH] Fix import --- src/viewer/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewer/layout.js b/src/viewer/layout.js index c52eed7e5..b846fab9a 100644 --- a/src/viewer/layout.js +++ b/src/viewer/layout.js @@ -21,7 +21,7 @@ import { import { Note } from "@/structure/note.js"; import { DEFAULT_EXPAND } from "../api/common.js"; import { inIframe } from "@/util/iframe.js"; -import { modification } from "./modification/modification.js"; +import { modification } from "./modification/modification.ts"; import { MOBILE_BREAKPOINT,