Create clients working again

This commit is contained in:
Owen
2025-04-01 10:13:20 -04:00
parent 875fa215c5
commit 96d6ad8142
6 changed files with 101 additions and 86 deletions

View File

@@ -3,7 +3,7 @@
import * as React from "react"
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area"
import { cn } from "@/lib/utils"
import { cn } from "@app/lib/cn"
const ScrollArea = React.forwardRef<
React.ElementRef<typeof ScrollAreaPrimitive.Root>,