query-provider.tsx168 BView on GitHub
// Manual mock for query-provider to avoid import.meta.env issues

export const useTRPC = () => {
  throw new Error('useTRPC should be mocked in individual tests');
};