created new activity page

This commit is contained in:
Beverly Nguyen
2024-07-18 15:57:29 -07:00
parent 3a2ba3a8c0
commit febd037bed
6 changed files with 246 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from flask import Blueprint
main = Blueprint("main", __name__)
from app.main.views import ( # noqa isort:skip
activity,
add_service,
api_keys,
choose_account,