diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-20 12:55:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 12:55:45 -0700 |
commit | a4b89b6de436edbe907a095f867e57a0848a453e (patch) | |
tree | c403873c91878d17be455bba99a658767279f838 | |
parent | 6ffe0ceb6e16d4f554266bceb1ee8fe4a3d6e0ad (diff) | |
download | chessh-a4b89b6de436edbe907a095f867e57a0848a453e.tar.gz chessh-a4b89b6de436edbe907a095f867e57a0848a453e.zip |
forgor Link import
-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; |