From be7575242bd360816d2597f18438c28db5f91e39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:41:36 +0000 Subject: [PATCH] Update src/components/ui/GridLinesBackground.tsx --- src/components/ui/GridLinesBackground.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/ui/GridLinesBackground.tsx b/src/components/ui/GridLinesBackground.tsx index c629e13..e69de29 100644 --- a/src/components/ui/GridLinesBackground.tsx +++ b/src/components/ui/GridLinesBackground.tsx @@ -1,16 +0,0 @@ -import { cls } from "@/lib/utils"; - -type GridLinesBackgroundProps = { - position: "fixed" | "absolute"; -}; - -const GridLinesBackground = ({ position }: GridLinesBackgroundProps) => { - return ( -