fix: move card component to product_cards components
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
export * from './card/';
|
|
||||||
export * from './product_cards/';
|
export * from './product_cards/';
|
||||||
export * from './index';
|
export * from './index';
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import Card from '../card/card.tsx';
|
import Card from './components/card/card.tsx';
|
||||||
import type { Product } from '../../../../types.ts'
|
import type { Product } from '../../../../types.ts'
|
||||||
|
|
||||||
type ProductCardProps = {
|
type ProductCardProps = {
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
export * from './card/'
|
||||||
Reference in New Issue
Block a user