clean up merge

This commit is contained in:
2022-06-09 18:54:58 -05:00
parent a83bbffbfe
commit 3a0efe3eeb
3 changed files with 9 additions and 4 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"),