From 2b414b39c1e5acc2ec8247d2cb0c4c28a3e9e89e Mon Sep 17 00:00:00 2001 From: Chris Vickery Date: Mon, 5 Feb 2024 23:39:16 -1000 Subject: [PATCH] better or worse? --- src/game/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/game/index.tsx b/src/game/index.tsx index e261961..2b8d65a 100644 --- a/src/game/index.tsx +++ b/src/game/index.tsx @@ -15,6 +15,8 @@ import TabContext from "@mui/lab/TabContext"; import TabList from "@mui/lab/TabList"; import TabPanel from "@mui/lab/TabPanel"; +import { visuallyHidden } from "@mui/utils"; + import { Layout } from "src/components/layout"; import { Chat } from "src/components/chat"; import { Combat } from "src/components/combat"; @@ -109,6 +111,9 @@ export default function Home(): JSX.Element { > + + Navigation + - + Welcome to Proof of Combat!