feature/department-dropdown #32

Merged
jason merged 3 commits from feature/department-dropdown into master 2026-03-07 23:16:08 -06:00
Showing only changes of commit 5d835e6b91 - Show all commits

View File

@@ -0,0 +1,9 @@
export const DEPARTMENTS = [
'Administrative',
'Business Development',
'Design and Content',
'Executive',
'Implementation and Support',
'Operations',
'Production',
];