mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-14 15:22:39 -04:00
Previously the structure was ``` dashboard.html |_ today.html |_ some random html |_ a few things split into partials ``` This commit simplifies the structure to just be: ``` dashboard.html |_ partial |_ partial |_ … ```