diff --git a/src/components/Card.tsx b/src/components/Card.tsx new file mode 100644 index 00000000..e653756d --- /dev/null +++ b/src/components/Card.tsx @@ -0,0 +1,18 @@ +import type React from "react"; + +export const Card = ({ + children, + className, + ...rest +}: JSX.IntrinsicElements["div"]): JSX.Element => { + return ( +
Connecting to device
-