feat : add games database
This commit is contained in:
@@ -13,6 +13,11 @@ import {
|
||||
|
||||
const MenuOptions = [
|
||||
{ text: "Game Report", icon: "streamline:magnifying-glass-solid", href: "/" },
|
||||
{
|
||||
text: "Game Database",
|
||||
icon: "streamline:database-solid",
|
||||
href: "/game-database",
|
||||
},
|
||||
];
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user