Skip to content

Commit

Permalink
fix(card): add card components to export
Browse files Browse the repository at this point in the history
  • Loading branch information
eamahanna authored Jun 4, 2020
1 parent 89cf241 commit d57eefc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ export { FooterNav } from './components/Footer/FooterNav/FooterNav'
export { Logo } from './components/Footer/Logo/Logo'
export { SocialLinks } from './components/Footer/SocialLinks/SocialLinks'

/** Card Components */
export { CardGroup } from './components/card/CardGroup/CardGroup'
export { Card } from './components/card/Card/Card'
export { CardHeader } from './components/card/CardHeader/CardHeader'
export { CardMedia } from './components/card/CardMedia/CardMedia'
export { CardBody } from './components/card/CardBody/CardBody'
export { CardFooter } from './components/card/CardFooter/CardFooter'

export { Search } from './components/Search/Search'

/** Truss-designed components */
Expand Down

0 comments on commit d57eefc

Please sign in to comment.