-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding bucket file for components (#56)
- Loading branch information
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
export { default as MyButton } from './MyButton.vue' | ||
export { default as DocsLink } from './DocsLink/DocsLink.vue' | ||
export { default as GeneClinvarCard } from './GeneClinvarCard/GeneClinvarCard.vue' | ||
export { default as GeneConditionsCard } from './GeneConditionsCard/GeneConditionsCard.vue' | ||
export { default as GeneExpressionCard } from './GeneExpressionCard/GeneExpressionCard.vue' | ||
export { default as GeneLiteratureCard } from './GeneLiteratureCard/GeneLiteratureCard.vue' | ||
export { default as GeneOverviewCard } from './GeneOverviewCard/GeneOverviewCard.vue' | ||
export { default as GenePathogenicityCard } from './GenePathogenicityCard/GenePathogenicityCard.vue' | ||
export { default as GenomeBrowserCard } from './GenomeBrowserCard/GenomeBrowserCard.vue' | ||
export { default as SeqvarBeaconNetworkCard } from './SeqvarBeaconNetworkCard/SeqvarBeaconNetworkCard.vue' | ||
export { default as SeqvarClinvarCard } from './SeqvarClinvarCard/SeqvarClinvarCard.vue' | ||
export { default as SeqvarConsequencesCard } from './SeqvarConsequencesCard/SeqvarConsequencesCard.vue' | ||
export { default as SeqvarFreqsCard } from './SeqvarFreqsCard/SeqvarFreqsCard.vue' | ||
export { default as SeqvarScoresCard } from './SeqvarScoresCard/SeqvarScoresCard.vue' | ||
export { default as SeqvarToolsCard } from './SeqvarToolsCard/SeqvarToolsCard.vue' | ||
export { default as StrucvarClinvarCard } from './StrucvarClinvarCard/StrucvarClinvarCard.vue' | ||
export { default as StrucvarGeneListCard } from './StrucvarGeneListCard/StrucvarGeneListCard.vue' | ||
export { default as StrucvarToolsCard } from './StrucvarToolsCard/StrucvarToolsCard.vue' | ||
export { default as VegaPlot } from './VegaPlot/VegaPlot.vue' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
import { MyButton } from '@/components' | ||
|
||
export { MyButton } | ||