import { pushDatalayer } from '../../utils/pushDatalayer'; export function viewOther() { pushDatalayer({ event: 'view_other' }); }