2021-01-03 14:25:43 +05:30
|
|
|
import initClustersListApp from 'ee_else_ce/clusters_list';
|
2019-02-15 15:39:39 +05:30
|
|
|
import PersistentUserCallout from '~/persistent_user_callout';
|
2018-03-17 18:26:18 +05:30
|
|
|
|
2021-03-11 19:13:27 +05:30
|
|
|
const callout = document.querySelector('.gcp-signup-offer');
|
|
|
|
PersistentUserCallout.factory(callout);
|
|
|
|
initClustersListApp();
|