diff --git a/src/components/ui/LightRaysCornerBackground.tsx b/src/components/ui/LightRaysCornerBackground.tsx index dab55c3..e69de29 100644 --- a/src/components/ui/LightRaysCornerBackground.tsx +++ b/src/components/ui/LightRaysCornerBackground.tsx @@ -1,54 +0,0 @@ -import { cls } from "@/lib/utils"; - -type LightRaysCornerBackgroundProps = { - position: "fixed" | "absolute"; -}; - -const LightRaysCornerBackground = ({ position }: LightRaysCornerBackgroundProps) => { - return ( -
- ); -}; - -export default LightRaysCornerBackground;