10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
export const DEPARTMENTS = [
|
|
'Administrative',
|
|
'Business Development',
|
|
'Design and Content',
|
|
'Executive',
|
|
'Implementation and Support',
|
|
'Operations',
|
|
'Production',
|
|
];
|