Skip to content

Commit 5e37e16

Browse files
author
hextraza
committed
Remove unneeded imports
1 parent c6ed333 commit 5e37e16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jbrowse/src/client/JBrowse/Browser/Search.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ import React, {useState, useEffect} from 'react'
22
//import 'fontsource-roboto'
33
import {
44
createViewState,
5-
createJBrowseTheme,
65
JBrowseLinearGenomeView,
76
loadPlugins,
8-
ThemeProvider,
97
} from '@jbrowse/react-linear-genome-view'
108

119
import { PluginConstructor } from '@jbrowse/core/Plugin'
12-
import { Ajax, Utils, ActionURL } from '@labkey/api'
10+
import { Ajax, ActionURL } from '@labkey/api'
1311
import MyProjectPlugin from "./plugins/MyProjectPlugin/index"
1412
import LogSession from "./plugins/LogSession/index"
1513
import ExtendedVariantPlugin from "./plugins/ExtendedVariantPlugin/index"
1614
import RefNameAutocompleteWrapper from "./RefNameAutocompleteWrapper"
1715

18-
const theme = createJBrowseTheme()
1916
const nativePlugins = [MyProjectPlugin, ExtendedVariantPlugin, LogSession]
2017

2118
function generateViewState(genome, plugins){

0 commit comments

Comments
 (0)