fix incorrect imports order

This commit is contained in:
2025-07-20 01:13:33 +03:00
parent 66eb4b498b
commit da271ee17b
+1 -1
View File
@@ -1,3 +1,3 @@
from web.custom_widgets.content_card import ContentCard
from web.custom_widgets.content_dialog import ContentDialog from web.custom_widgets.content_dialog import ContentDialog
from web.custom_widgets.content_card import ContentCard
from web.custom_widgets.header import draw_header from web.custom_widgets.header import draw_header