Files
frontend/components/organisms/product-grid/index.ts
T
2026-04-03 20:09:05 +07:00

3 lines
117 B
TypeScript

export { default as ProductGrid } from "./ProductGrid";
export type { ProductGridProps } from "./ProductGrid.types";