From aef8a292d06c92f7476f40408e32c7e488bb3733 Mon Sep 17 00:00:00 2001 From: cha0s Date: Tue, 11 Jun 2024 03:14:32 -0500 Subject: [PATCH] feat: hot bar --- app/react-components/ui.jsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/react-components/ui.jsx b/app/react-components/ui.jsx index feaf57a..6969583 100644 --- a/app/react-components/ui.jsx +++ b/app/react-components/ui.jsx @@ -5,6 +5,7 @@ import {ACTION_MAP, RESOLUTION} from '@/constants.js'; import ClientContext from '@/context/client.js'; import Dom from './dom.jsx'; +import HotBar from './hotbar.jsx'; import Pixi from './pixi.jsx'; import styles from './ui.module.css'; @@ -41,13 +42,7 @@ export default function Ui() { -
+ {})} />
);