File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323<script setup>
2424 import vtkRemoteView from " @kitware/vtk.js/Rendering/Misc/RemoteView"
2525 import { useElementSize , useWindowSize } from " @vueuse/core"
26- import viewer_schemas from " @geode/opengeodeweb-viewer/schemas .json"
26+ import viewer_schemas from " @geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas .json"
2727 import Status from " @ogw_f/utils/status.js"
2828
2929 const props = defineProps ({
Original file line number Diff line number Diff line change 6262
6363<script setup>
6464 import fileDownload from " js-file-download"
65- import viewer_schemas from " @geode/opengeodeweb-viewer/schemas .json"
65+ import viewer_schemas from " @geode/opengeodeweb-viewer/opengeodeweb_viewer_schemas .json"
6666
6767 const emit = defineEmits ([" close" ])
6868
You can’t perform that action at this time.
0 commit comments