5307205977
Release package / release (push) Failing after 2m31s
Co-authored-by: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn> Co-authored-by: Thanh Quy- wolf <524H0124@student.tdtu.edu.vn> Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Reviewed-on: #29 Co-authored-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost> Co-committed-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
6 lines
284 B
TypeScript
6 lines
284 B
TypeScript
export { default as ProductCard } from "./ProductCard";
|
|
export { default as ShopCard } from "./ShopCard";
|
|
export { default as ShiftCard } from "./ShiftCard";
|
|
export type { ProductCardProps, ShopCardProps } from "./Card.types";
|
|
export type { ShiftCardProps } from "./ShiftCard.types";
|