refactor views into separate files

This commit is contained in:
Tobias Brunner 2025-01-30 09:49:27 +01:00
parent bb5cb708bd
commit a01775c1e2
No known key found for this signature in database
8 changed files with 350 additions and 323 deletions

View file

@ -0,0 +1,5 @@
from .leads import *
from .offerings import *
from .partners import *
from .providers import *
from .services import *