fox index page

This commit is contained in:
2025-07-21 07:00:12 +03:00
parent 59dfdfe297
commit 73d047fbf8
-1
View File
@@ -7,7 +7,6 @@ from web.pages import *
@ui.page("/") @ui.page("/")
async def index(): async def index():
await default_page_setup()
await index_page.page() await index_page.page()