diff --git a/web/custom_widgets/__init__.py b/web/custom_widgets/__init__.py index 37cc43a..3acf89b 100644 --- a/web/custom_widgets/__init__.py +++ b/web/custom_widgets/__init__.py @@ -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_card import ContentCard from web.custom_widgets.header import draw_header