export const getUser = (): Promise => { return fetch("/api/users/me"); };