diff --git a/src/routes/LobyPage.tsx b/src/routes/LobyPage.tsx index 386f13e..c20ae89 100644 --- a/src/routes/LobyPage.tsx +++ b/src/routes/LobyPage.tsx @@ -1,7 +1,7 @@ import { CommonMancalaGame, MancalaGame } from 'mancala.js'; import * as React from 'react'; import { FunctionComponent, useEffect } from 'react'; -import { useNavigate } from 'react-router-dom'; +import { Link, useNavigate } from 'react-router-dom'; import Center from '../components/Center'; import CircularPanel from '../components/CircularPanel'; import HeaderBar from '../components/headerbar/HeaderBar'; @@ -49,8 +49,12 @@ const LobyPage: FunctionComponent<{ - - + + + + + +