export const visit = (): Promise => { return fetch('/api/visit', { method: 'PUT', }); };