Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
logilab-views
Commits
14069e37288d
Commit
7fc74bc2
authored
Oct 13, 2020
by
Fabien Amarger
Browse files
fix: [lint] Fix unused variable
parent
edc655de3e85
Pipeline
#17327
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/track/track.ts
View file @
14069e37
...
...
@@ -23,7 +23,7 @@ import * as $rdf from 'rdflib';
import
Vue
from
'
vue
'
;
/// <reference path="../common/vue.d.ts" />
import
TrackImpl
from
'
./TrackImpl.vue
'
;
import
{
ONTOLOGY
,
loadTrack
,
Track
,
Talk
,
Conference
}
from
'
../common/schema
'
;
import
{
ONTOLOGY
,
loadTrack
,
Talk
,
Conference
}
from
'
../common/schema
'
;
/**
* The descritptor for the default Dbpedia Track view
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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