diff --git a/src/App.tsx b/src/App.tsx
index c0d9f124..6ff20c31 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -3,6 +3,7 @@ import AdminMain from "./pages/Main/user";
import Login from "./pages/Login";
import Example from "./pages/Example";
import Game from "./pages/Game";
+import GameLists from "./components/Main/GameLists";
const App = () => {
return (
@@ -12,6 +13,7 @@ const App = () => {
} />
} />
} />
+ } />
>
);
diff --git a/src/assets/logo1.png b/src/assets/logo1.png
new file mode 100644
index 00000000..6db3f311
Binary files /dev/null and b/src/assets/logo1.png differ
diff --git a/src/components/Main/GameLists/index.tsx b/src/components/Main/GameLists/index.tsx
index 1d4a7bbe..8bd69264 100644
--- a/src/components/Main/GameLists/index.tsx
+++ b/src/components/Main/GameLists/index.tsx
@@ -1,5 +1,358 @@
+import {
+ Box,
+ Button,
+ Card,
+ CardBody,
+ CardFooter,
+ Container,
+ Grid,
+ Heading,
+ Image,
+ Input,
+ InputGroup,
+ InputRightElement,
+ Stack,
+ Tag,
+ Text,
+} from "@chakra-ui/react";
+import { IoSettingsOutline } from "react-icons/io5";
+import { BiBell } from "react-icons/bi";
+
const GameLists = () => {
- return
game lists
;
+ return (
+
+
+
+
+ 라이어 게임
+
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+ 아무나오세요
+ 게임중
+
+
+
+
+ 5/6
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 닉네임
+
+
+
+
+
+
+ n전n승
+
+
+
+
+ 유저 목록
+
+
+
+
+ 닉네임
+
+
+
+ 닉네임
+
+
+
+ 닉네임
+
+
+
+
+
+ );
};
export default GameLists;