1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/ui/components/Card/index.js
2020-05-02 18:58:15 -07:00

5 lines
159 B
JavaScript

import CardBody from "./CardBody";
import CardFooter from "./CardFooter";
import CardHeader from "./CardHeader";
export { CardBody, CardFooter, CardHeader };