We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40e1f5 commit 2c4b019Copy full SHA for 2c4b019
components/RemoteRenderingView.vue
@@ -22,7 +22,7 @@
22
<script setup>
23
import vtkRemoteView from "@kitware/vtk.js/Rendering/Misc/RemoteView"
24
import { useElementSize } from "@vueuse/core"
25
- import schemas from "@/utils/schemas.json"
+ import schemas from "@geode/opengeodeweb-viewer/schemas.json"
26
27
const viewer_store = use_viewer_store()
28
const { client, is_running, picking_mode } = storeToRefs(viewer_store)
0 commit comments