Remove unused component
This commit is contained in:
parent
d2734425ac
commit
ea307c1bec
|
|
@ -40,13 +40,11 @@ import INSTRUMENTS_QUERY from '@/graphql/gql/queries/instrumentsQuery.gql';
|
|||
import INSTRUMENT_FILTER_QUERY from 'gql/local/instrumentFilter.gql';
|
||||
import FilterBar from '@/components/instruments/FilterBar.vue';
|
||||
import { graphql } from '@/__generated__';
|
||||
import InfoIcon from '@/components/icons/InfoIcon.vue';
|
||||
import InfoMessage from '@/components/ui/InfoMessage.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
InfoMessage,
|
||||
InfoIcon,
|
||||
FilterBar,
|
||||
InstrumentFilter,
|
||||
InstrumentEntry,
|
||||
|
|
|
|||
Loading…
Reference in New Issue