Skip to content

Commit

Permalink
cllean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed May 13, 2024
1 parent 26425bd commit 2b80204
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/matrix/MatrixViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,12 @@
<script lang="ts">
import { defineComponent } from 'vue'
import * as shapefile from 'shapefile'
import * as turf from '@turf/turf'
import YAML from 'yaml'
import { debounce } from 'debounce'
import { Dataset, File as H5WasmFile, Group as H5WasmGroup, ready as h5wasmReady } from 'h5wasm'
import { H5WasmLocalFileProvider, H5WasmProvider } from '@h5web/h5wasm'
import globalStore from '@/store'
import { DEFAULT_PROJECTION, FileSystemConfig, VisualizationPlugin } from '@/Globals'
import { FileSystemConfig } from '@/Globals'
import HTTPFileSystem from '@/js/HTTPFileSystem'
import { gUnzip } from '@/js/util'
Expand Down

0 comments on commit 2b80204

Please sign in to comment.