Skip to content

Commit

Permalink
Remove unsused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikehrn committed Dec 20, 2024
1 parent 30bbf17 commit 91487c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/viewer-sandbox/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { SectionTool } from '@speckle/viewer'
import { SectionOutlines } from '@speckle/viewer'
import { ViewModesKeys } from './Extensions/ViewModesKeys'
import { BoxSelection } from './Extensions/BoxSelection'
import { SnowPipeline } from './Pipelines/Snow/SnowPipeline'

const createViewer = async (containerName: string, _stream: string) => {
const container = document.querySelector<HTMLElement>(containerName)
Expand Down

0 comments on commit 91487c2

Please sign in to comment.