clean up merge

This commit is contained in:
2022-06-10 07:17:38 -05:00
parent a83bbffbfe
commit df210b71a2
5 changed files with 26 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
from django.urls import path
from views import dashboard
from .views import dashboard
urlpatterns = [
path("<int:team_id>/dashboard/", dashboard, name="teamsnap_dashboard"),