diff --git a/packages/components-react/src/Card/index.tsx b/packages/components-react/src/Card/index.tsx index 8c8ee960..31a06e00 100644 --- a/packages/components-react/src/Card/index.tsx +++ b/packages/components-react/src/Card/index.tsx @@ -9,7 +9,7 @@ interface CardProps extends HTMLAttributes { } export const Card = ({ background, children, className, ...restProps }: PropsWithChildren) => ( -
+
{children} Design Systems @@ -19,6 +19,6 @@ export const Card = ({ background, children, className, ...restProps }: PropsWit
); -export const CardContent = (props: PropsWithChildren>) => ( -
-); +// export const CardContent = (props: PropsWithChildren>) => ( +//
+// );