2021-04-29 21:17:54 +05:30
|
|
|
import initSearchSettings from '~/search_settings';
|
2022-11-25 23:54:43 +05:30
|
|
|
import initWebhookForm from '~/webhooks';
|
2023-01-13 00:05:48 +05:30
|
|
|
import { initPushEventsEditForm } from '~/webhooks/webhook';
|
2021-04-29 21:17:54 +05:30
|
|
|
|
|
|
|
initSearchSettings();
|
2022-11-25 23:54:43 +05:30
|
|
|
initWebhookForm();
|
2023-01-13 00:05:48 +05:30
|
|
|
initPushEventsEditForm();
|