2020-04-08 14:13:33 +05:30
|
|
|
import initClustersListApp from '~/clusters_list';
|
2021-03-11 19:13:27 +05:30
|
|
|
import PersistentUserCallout from '~/persistent_user_callout';
|
2019-02-15 15:39:39 +05:30
|
|
|
|
2022-06-21 17:19:12 +05:30
|
|
|
const callout = document.querySelector('.gcp-signup-offer');
|
|
|
|
PersistentUserCallout.factory(callout);
|
|
|
|
initClustersListApp();
|