Files
shadcn__ui/apps/v4/lib/utils.ts
T
2026-09-01 23:50:18 +04:00

6 lines
124 B
TypeScript

export { cn } from "cn"
export function absoluteUrl(path: string) {
return `${process.env.NEXT_PUBLIC_APP_URL}${path}`
}