GroceriStar/cards-wrapper-component

View on GitHub
src/components/Cards/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import Card1 from './Card1'
import Card2 from './Card2'
import Card3 from './Card3'
import Card4 from './Card4'
import Card5 from './Card5'

export {
  Card1,
  Card2,
  Card3,
  Card4,
  Card5
}