Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
5b214d07
Commit
5b214d07
authored
May 28, 2019
by
Remi PLANEL
Browse files
Remove unused import
parent
55042743
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripts/index.ts
View file @
5b214d07
...
...
@@ -9,4 +9,4 @@ export { default as GenomeBrowser } from "./component/genome-browser";
export
{
default
as
SelectedChromosome
}
from
"
./component/selected-chromosome
"
;
// layout
export
{
default
as
LinearGene
}
from
"
./layout/linear-gene
"
;
\ No newline at end of file
export
{
default
as
linearGene
}
from
"
./layout/linear-gene
"
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment