chore: remove next.js artifacts from ui primitives

This commit is contained in:
Danny Avila 2023-08-09 09:36:15 -04:00 committed by Danny Avila
parent 002bba20f9
commit b096fb98ce
6 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
import { Check } from 'lucide-react';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
import { Check, ChevronRight, Circle } from 'lucide-react';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
// import { NumericFormat } from 'react-number-format';

View file

@ -1,5 +1,3 @@
'use client';
import * as React from 'react';
import * as TabsPrimitive from '@radix-ui/react-tabs';