aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/Card.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/components/Card.tsx')
-rw-r--r--FrontEnd/src/components/Card.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/components/Card.tsx b/FrontEnd/src/components/Card.tsx
index a8f0d3cc..5d3ef630 100644
--- a/FrontEnd/src/components/Card.tsx
+++ b/FrontEnd/src/components/Card.tsx
@@ -2,6 +2,7 @@ import { ComponentPropsWithoutRef, Ref } from "react";
import classNames from "classnames";
import { ThemeColor } from "./common";
+
import "./Card.css";
interface CardProps extends ComponentPropsWithoutRef<"div"> {