summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/settings/integrations/show/index.js
blob: 01ad87160c552c369aaa4229b623e98394fbd06b (plain)
1
2
3
4
5
6
7
import initIntegrationsList from '~/integrations/index';
import PersistentUserCallout from '~/persistent_user_callout';

const callout = document.querySelector('.js-webhooks-moved-alert');
PersistentUserCallout.factory(callout);

initIntegrationsList();