Fixed type hints, added cart item counter on main

This commit is contained in:
2026-02-08 13:31:28 +07:00
parent 9e96da8f53
commit e8a61c05b3
5 changed files with 57 additions and 16 deletions

View File

@@ -16,4 +16,4 @@ POSTGRES_URL = os.getenv(
### Constants ###
PAGE_SIZE = 5
PAGE_SIZE = 6