feat : play vs engine new page init

This commit is contained in:
GuillaumeSD
2024-03-18 02:48:34 +01:00
parent 1893937c4a
commit cd927ed6d7
11 changed files with 349 additions and 3 deletions

View File

@@ -12,10 +12,11 @@ import {
} from "@mui/material";
const MenuOptions = [
{ text: "Play", icon: "streamline:chess-pawn", href: "/play" },
{ text: "Analysis", icon: "streamline:magnifying-glass-solid", href: "/" },
{
text: "Database",
icon: "streamline:database-solid",
icon: "streamline:database",
href: "/database",
},
];