refactor: remove unnecessary "use client" directive from Sheet component
Some checks failed
Frontend CI / lint (push) Failing after 5m8s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-08 16:54:12 +02:00
parent 9396510075
commit d85e47ebd1

View File

@@ -1,5 +1,3 @@
"use client"
import * as React from "react" import * as React from "react"
import * as SheetPrimitive from "@radix-ui/react-dialog" import * as SheetPrimitive from "@radix-ui/react-dialog"
import { XIcon } from "lucide-react" import { XIcon } from "lucide-react"