debian-mirror-gitlab/app/assets/javascripts/pages/groups/clusters/index/index.js
2022-06-21 17:19:12 +05:30

6 lines
239 B
JavaScript

import initClustersListApp from '~/clusters_list';
import PersistentUserCallout from '~/persistent_user_callout';
const callout = document.querySelector('.gcp-signup-offer');
PersistentUserCallout.factory(callout);
initClustersListApp();