feat: Header for help-center pages (#4987)

This commit is contained in:
Sivin Varghese
2022-07-08 21:19:19 +05:30
committed by GitHub
parent 1bb9556c86
commit 43f46e96d4
12 changed files with 448 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ import { default as _settings } from './settings.json';
import { default as _signup } from './signup.json';
import { default as _teamsSettings } from './teamsSettings.json';
import { default as _whatsappTemplates } from './whatsappTemplates.json';
import { default as _helpCenter } from './helpCenter.json';
export default {
..._advancedFilters,
@@ -50,4 +51,5 @@ export default {
..._teamsSettings,
..._whatsappTemplates,
..._bulkActions,
..._helpCenter,
};