7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { historyRequest, teamRequest } from './common';
|
|
|
|
export const aboutUsPageRequest = {
|
|
...teamRequest,
|
|
...historyRequest,
|
|
};
|