sync - tui loads but no data in views

This commit is contained in:
2025-09-26 08:33:02 -07:00
parent 6d0d8493aa
commit 5c0e05db16
27 changed files with 283 additions and 2797 deletions

View File

@@ -20,6 +20,7 @@ AsyncSessionLocal = sessionmaker(
expire_on_commit=False
)
# Base is now defined here and imported by models
Base = declarative_base()
async def get_db() -> AsyncSession: