diff --git a/ui/src/lib/router.tsx b/ui/src/lib/router.tsx index a0243a18..5cf81c8d 100644 --- a/ui/src/lib/router.tsx +++ b/ui/src/lib/router.tsx @@ -40,10 +40,6 @@ function useActiveCompanyPrefix(): string | null { export * from "react-router-dom"; -// Re-exported for tests only. Production code should not need MemoryRouter — -// the application wires BrowserRouter in main.tsx. -export { MemoryRouter } from "react-router-dom"; - export const Link = React.forwardRef>( function CompanyLink({ to, ...props }, ref) { const companyPrefix = useActiveCompanyPrefix();