css cleanup

This commit is contained in:
2025-08-29 21:57:03 -04:00
parent f38a5a69df
commit 90be478e9a
6 changed files with 88 additions and 64 deletions

View File

@@ -3,6 +3,8 @@ import type { Card as TCard, Hand as THand } from "@games/shared/cards";
import Card from "./Card";
import { Stylable } from "./toolbox";
import "./Hand.css";
export default ((props) => {
return (
<div class={"hand " + props.class} style={props.style}>