summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/admin/services/index/index.js
blob: b695cf70c5de6838916134926f0dbf38ba6e66f2 (plain)
1
2
3
4
import PersistentUserCallout from '~/persistent_user_callout';

const callout = document.querySelector('.js-service-templates-deprecated');
PersistentUserCallout.factory(callout);