export const client = createTRPCProxyClient<UserRouter>({ links: [ httpBatchLink({ url: 'http://localhost:4001/u' }), ], });