diff --git a/openflexure_microscope/api/static/src/components/appContent.vue b/openflexure_microscope/api/static/src/components/appContent.vue index 44f37085..011c4e92 100644 --- a/openflexure_microscope/api/static/src/components/appContent.vue +++ b/openflexure_microscope/api/static/src/components/appContent.vue @@ -175,7 +175,7 @@ import loggingContent from "./tabContentComponents/loggingContent.vue"; // ImJoy and the gallery are loaded asynchronously to allow them to be disabled if needed const galleryContent = () => import( - /* webpackChunkName: "gallery") */ "./tabContentComponents/galleryContent.vue" + /* webpackChunkName: "gallery" */ "./tabContentComponents/galleryContent.vue" ); const imjoyContent = () => import(