import Card from "./components/Card/Card";
import SimpleCard from "./components/SimpleCard/SimpleCard";

export { Card, SimpleCard };
