From cfac59282da55f4791d6352f15887a15e9ff6ec5 Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:51:25 +0200 Subject: Games page, maplist page (#153) Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com> --- frontend/src/components/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/components/main.js') diff --git a/frontend/src/components/main.js b/frontend/src/components/main.js index 18b0f5a..b359105 100644 --- a/frontend/src/components/main.js +++ b/frontend/src/components/main.js @@ -2,6 +2,7 @@ import React from 'react'; import "../App.css" import "./main.css"; +import { Link } from 'react-router-dom'; export default function Main(props) { @@ -9,7 +10,7 @@ export default function Main(props) { return (

{props.text}

-
+ ) } -- cgit v1.2.3