update packages

This commit is contained in:
2026-03-20 13:47:53 -05:00
parent a11af16346
commit d2eea9880a
68 changed files with 6070 additions and 655 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import * as React from 'react';
import * as LabelPrimitive from '@radix-ui/react-label';
import type * as React from 'react';
import { Label as LabelPrimitive } from 'radix-ui';
import { cn } from '@gib/ui';
@@ -20,5 +20,4 @@ function Label({
/>
);
}
export { Label };