import LineageTable from "@/components/tables/LineageTable.vue"; import MatchedProteinsTable from "@/components/tables/MatchedProteinsTable.vue"; import DataSourceTable from "@/components/tables/DataSourceTable.vue"; export * from "./functional"; export { LineageTable, MatchedProteinsTable, DataSourceTable };