Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Feb 23, 2024
1 parent 9695baa commit d6fe206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6fe206

Please sign in to comment.