diff --git a/react_webgame/main/Games.jsx b/react_webgame/main/Games.jsx index e1b80cd6..e2941e1b 100644 --- a/react_webgame/main/Games.jsx +++ b/react_webgame/main/Games.jsx @@ -1,5 +1,5 @@ import React from "react"; -import { BrowserRouter, HashRouter, Route } from "react-router-dom"; +import { BrowserRouter, HashRouter, Link, Route } from "react-router-dom"; import NumberBaseBall from "./games/NumberBaseball"; import RSP from "./games/RSP"; import Lotto from "./games/Lotto" @@ -8,6 +8,11 @@ const Games = () => { return ( +
+ 숫자야구$nbsp + 가위바위보 + 로또추첨기 +