diff --git a/src/frontend/src/components/ui/switch.tsx b/src/frontend/src/components/ui/switch.tsx index 6ecf52307..c9b41cb90 100644 --- a/src/frontend/src/components/ui/switch.tsx +++ b/src/frontend/src/components/ui/switch.tsx @@ -4,8 +4,6 @@ import * as React from "react"; import * as SwitchPrimitives from "@radix-ui/react-switch"; import { cn } from "../../utils"; -import "./SwitchStyles.css"; // Import the new stylesheet - const Switch = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef