diff --git a/apps/sim/app/(auth)/components/auth-background-svg.tsx b/apps/sim/app/(auth)/components/auth-background-svg.tsx deleted file mode 100644 index aebbe483e15..00000000000 --- a/apps/sim/app/(auth)/components/auth-background-svg.tsx +++ /dev/null @@ -1,93 +0,0 @@ -export default function AuthBackgroundSVG() { - return ( - <> - {/* Top-left card outline */} -
- - {/* Top-right card outline */} - - - {/* Bottom-left card outline (mirrored) */} - - - {/* Bottom-right card outline (mirrored) */} - - > - ) -} diff --git a/apps/sim/app/(auth)/components/auth-background.tsx b/apps/sim/app/(auth)/components/auth-background.tsx deleted file mode 100644 index fedca77f536..00000000000 --- a/apps/sim/app/(auth)/components/auth-background.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { cn } from '@sim/emcn' -import AuthBackgroundSVG from '@/app/(auth)/components/auth-background-svg' - -type AuthBackgroundProps = { - className?: string - children?: React.ReactNode -} - -export default function AuthBackground({ className, children }: AuthBackgroundProps) { - return ( -{error}
- +