diff options
-rw-r--r-- | front/src/routes/man_pages.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
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; |