1 2 3 4 5 6
// styles import "./styles.css"; // components export * from "./Button"; export * from "./Card";