From c05c17c6bbbc9018d146f34022e409757ccd18dc Mon Sep 17 00:00:00 2001 From: KatoakDR <68095633+KatoakDR@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:40:38 -0500 Subject: [PATCH] feat: grid with draggable items --- electron/renderer/pages/home.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/electron/renderer/pages/home.tsx b/electron/renderer/pages/home.tsx index cbd0bc2c..a7c30b54 100644 --- a/electron/renderer/pages/home.tsx +++ b/electron/renderer/pages/home.tsx @@ -182,8 +182,8 @@ const HomePage: React.FC = (): ReactNode => { [playCharacter] ); - const accountName = ''; - const accountPassword = ''; + const accountName = 'zoan333f2p'; + const accountPassword = '*h7RNUZJvLEJoEQXhjUsxbR2-KXrH3'; const characterName = 'Muleoak'; const gameCode = 'DR'; @@ -261,7 +261,18 @@ const HomePage: React.FC = (): ReactNode => { width: 400, }} > - + {/* Content 1, + }, + ]} + /> */} + );