feat: add support tickets and imrpove web app loading

This commit is contained in:
3252a8
2026-05-20 16:38:24 +03:00
parent 3b846f0d44
commit d8a1da1f13
78 changed files with 8990 additions and 168 deletions
+2
View File
@@ -7,6 +7,7 @@ from . import (
promo_code_dal,
security_dal,
subscription_dal,
support_dal,
user_billing_dal,
user_dal,
)
@@ -22,4 +23,5 @@ __all__ = (
"ad_dal",
"security_dal",
"app_settings_dal",
"support_dal",
)