SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/extracts/new_extract/const/components.js

Summary

Maintainability
A
0 mins
Test Coverage
import OriginComponent from '../components/Origin'
import MadeComponent from '../components/Made'
import IdentifierComponent from '../components/Identifier'
import CustomAttributes from '../components/CustomAttributes'
import ProtocolsComponent from '../components/Protocols'
import RepositoryComponent from '../components/Repository'
import ByComponent from '../components/Role'

const VueComponent = {
  ByComponent,
  MadeComponent,
  ProtocolsComponent,
  IdentifierComponent,
  OriginComponent,
  RepositoryComponent,
  CustomAttributes
}

export {
  VueComponent
}