feat: add shared departments constant

This commit is contained in:
2026-03-07 22:18:20 -06:00
parent 53dcce576a
commit 5049a63b0f

View File

@@ -0,0 +1,10 @@
// Canonical department list shared across all forms
export const DEPARTMENTS = [
'Administrative',
'Business Development',
'Design and Content',
'Executive',
'Implementation and Support',
'Operations',
'Production',
];