From 3767502db8cd10e1e112f3e916b26e821162e534 Mon Sep 17 00:00:00 2001 From: Pafnooty Date: Sat, 21 Dec 2024 15:59:50 +0300 Subject: [PATCH] HomePoker: MVP --- build/assets/index.html | 2 +- src/games/homepoker/assets/style.css | 55 ++++++ src/games/homepoker/components/App.tsx | 230 +++++++++++++++++++++++++ src/games/homepoker/index.tsx | 11 ++ 4 files changed, 297 insertions(+), 1 deletion(-) create mode 100644 src/games/homepoker/assets/style.css create mode 100644 src/games/homepoker/components/App.tsx create mode 100644 src/games/homepoker/index.tsx diff --git a/build/assets/index.html b/build/assets/index.html index a383dcd..e917d0d 100644 --- a/build/assets/index.html +++ b/build/assets/index.html @@ -3,7 +3,7 @@ - + $TITLE$