Skip to content

Commit

Permalink
Commented out import statement throwing a linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
creilly8 authored and xzhou82 committed Nov 9, 2023
1 parent 0cfbb8c commit 46cadfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/plots/disco/Disco.UI.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as uiutils from '#dom/uiUtils'
import { Tabs } from '#dom/toggleButtons'
import { appear } from '#dom/animation'
// import { appear } from '#dom/animation'
import { Selection } from 'd3-selection'
import { Genome } from '#shared/types/index'
import { sayerror } from '#dom/sayerror'
Expand Down

0 comments on commit 46cadfd

Please sign in to comment.