Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 14, 2021
1 parent d5282f3 commit 63f01d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions plugins/linear-genome-view/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ export {
baseLinearDisplayConfigSchema,
linearBasicDisplayConfigSchemaFactory,
}

export type { LinearGenomeViewModel, LinearGenomeViewStateModel, BlockModel }

export type { BaseLinearDisplayModel } from './BaseLinearDisplay'
6 changes: 0 additions & 6 deletions plugins/svg/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import DisplayType from '@jbrowse/core/pluggableElementTypes/DisplayType'
import BoxRendererType from '@jbrowse/core/pluggableElementTypes/renderers/BoxRendererType'
import Plugin from '@jbrowse/core/Plugin'
import { ConfigurationSchema } from '@jbrowse/core/configuration'
import PluginManager from '@jbrowse/core/PluginManager'
import TrackType from '@jbrowse/core/pluggableElementTypes/TrackType'
import { BaseLinearDisplayComponent } from '@jbrowse/plugin-linear-genome-view'
import {
createBaseTrackConfig,
createBaseTrackModel,
} from '@jbrowse/core/pluggableElementTypes/models'
import {
configSchema as svgFeatureRendererConfigSchema,
ReactComponent as SvgFeatureRendererReactComponent,
Expand Down

0 comments on commit 63f01d4

Please sign in to comment.