test workflow file
Some checks failed
Deploy React / build-and-deploy (push) Failing after 11s

This commit is contained in:
2026-02-23 17:21:44 +01:00
parent aecad87a9a
commit 5b305bee01
6 changed files with 120 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ function MainApp() {
const { rooms } = useHotel();
const { conversations } = useHotel();
const { users } = useHotel();
const { items } = useHotel();
const [view, setView] = useState(VIEW.ROOMS)