export const links = { login: () => '/login', profile: (id: string) => `/profile/${id}`, }