feat: add shared DEPARTMENTS constant
This commit is contained in:
9
client/src/data/departments.js
Normal file
9
client/src/data/departments.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
export const DEPARTMENTS = [
|
||||||
|
'Administrative',
|
||||||
|
'Business Development',
|
||||||
|
'Design and Content',
|
||||||
|
'Executive',
|
||||||
|
'Implementation and Support',
|
||||||
|
'Operations',
|
||||||
|
'Production',
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user