🎉 chore(init): project initialization
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from 'class-variance-authority';
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'date-fns';
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'react-hook-form';
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'recharts';
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'sonner';
|
||||
@@ -0,0 +1 @@
|
||||
export type { TooltipContentProps } from '@radix-ui/react-tooltip';
|
||||
@@ -0,0 +1,6 @@
|
||||
import { clsx, type ClassValue } from 'clsx';
|
||||
import { twMerge } from 'tailwind-merge';
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
export { zodResolver } from '@hookform/resolvers/zod';
|
||||
export * as z from 'zod';
|
||||
Reference in New Issue
Block a user