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