From fc5b2013e3336654bb1e72b154b7e12af8774bab Mon Sep 17 00:00:00 2001 From: haerong22 Date: Thu, 25 Mar 2021 22:01:11 +0900 Subject: [PATCH] react web game : react router --- react_webgame/main/Games.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + 가위바위보 + 로또추첨기 +