refactor: move month_year_picker to common and make it more generic

This commit is contained in:
Herculino Trotta
2024-10-29 13:41:04 -03:00
parent 6dc02210af
commit fda823ccd5
7 changed files with 91 additions and 16 deletions
+5
View File
@@ -8,4 +8,9 @@ urlpatterns = [
views.toasts,
name="toasts",
),
path(
"ui/month-year-picker/",
views.month_year_picker,
name="month_year_picker",
),
]