Skip to content

Commit

Permalink
Remove deprecated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Aug 1, 2024
1 parent 784992e commit ac73f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions publication/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { LiveSocket } from "phoenix_live_view"
import topbar from "../vendor/topbar"

import getWorldMapHook from "./world-map-hook"
import getProjectMapHook from "./project-map-hook"
import getDocumentViewMapHook from "./document-view-map-hook"
import getIIIFHook from "./iiif-hook"

Expand All @@ -32,7 +31,6 @@ let csrfToken = document.querySelector("meta[name='csrf-token']").getAttribute("
let Hooks = {}

Hooks.WorldMap = getWorldMapHook();
Hooks.ProjectMap = getProjectMapHook();
Hooks.DocumentViewMap = getDocumentViewMapHook();
Hooks.IIIFViewer = getIIIFHook();
Hooks.HoverHighlightMapFeature = {
Expand Down

0 comments on commit ac73f42

Please sign in to comment.