From a4b89b6de436edbe907a095f867e57a0848a453e Mon Sep 17 00:00:00 2001 From: "Elizabeth (Lizzy) Hunt" Date: Mon, 20 Nov 2023 12:55:45 -0700 Subject: [PATCH] forgor Link import --- front/src/routes/man_pages.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/src/routes/man_pages.jsx b/front/src/routes/man_pages.jsx index 40c5af0..1b86f14 100644 --- a/front/src/routes/man_pages.jsx +++ b/front/src/routes/man_pages.jsx @@ -1,3 +1,5 @@ +import { Link } from "react-router-dom"; + const botMoveRequestSchema = `GameUpdate { bot_id: number; bot_name: string;