"use client" import { Button } from "@/registry/new-york-v4/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { Label } from "@/registry/new-york-v4/ui/label" import { Switch } from "@/registry/new-york-v4/ui/switch" export function CardsCookieSettings() { return ( Cookie Settings Manage your cookie settings here.
) }