Skip to content

Commit 2c4b019

Browse files
portage
1 parent f40e1f5 commit 2c4b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/RemoteRenderingView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<script setup>
2323
import vtkRemoteView from "@kitware/vtk.js/Rendering/Misc/RemoteView"
2424
import { useElementSize } from "@vueuse/core"
25-
import schemas from "@/utils/schemas.json"
25+
import schemas from "@geode/opengeodeweb-viewer/schemas.json"
2626
2727
const viewer_store = use_viewer_store()
2828
const { client, is_running, picking_mode } = storeToRefs(viewer_store)

0 commit comments

Comments
 (0)