8 lines
221 B
TypeScript
8 lines
221 B
TypeScript
// Cards
|
|
export { ProductCard } from "./cards";
|
|
export type { ProductCardProps, ShopCardProps } from "./cards";
|
|
|
|
// Search Bar
|
|
export { SearchBar } from "./search-bar";
|
|
export type { SearchBarProps } from "./search-bar";
|