import { pushDatalayer } from '../../utils/pushDatalayer'; export function loginAction() { pushDatalayer({ event: 'login', method: 'Internal', }); }