remove unused code

This commit is contained in:
2025-07-20 01:16:16 +03:00
parent af064dc9dd
commit 61cdbefa69
+1 -1
View File
@@ -5,7 +5,7 @@ from web.misc import logout, check_user
async def draw_header():
with ui.header(wrap=False):
with ui.row(wrap=False).classes("w-full justify-between") as header_row:
with ui.row(wrap=False).classes("w-full justify-between"):
ui.button(icon="home", on_click=lambda: ui.navigate.to("/"))
ui.button(text="Rooms", icon="movie", on_click=lambda: ui.navigate.to("/rooms"))