🎉 chore(init): project initialization

This commit is contained in:
web@ppanel
2024-11-14 01:22:43 +07:00
commit 829edfa824
479 changed files with 61413 additions and 0 deletions
@@ -0,0 +1 @@
export * from 'class-variance-authority';
+1
View File
@@ -0,0 +1 @@
export * from 'date-fns';
@@ -0,0 +1 @@
export * from 'react-hook-form';
+1
View File
@@ -0,0 +1 @@
export * from 'recharts';
+1
View File
@@ -0,0 +1 @@
export * from 'sonner';
+1
View File
@@ -0,0 +1 @@
export type { TooltipContentProps } from '@radix-ui/react-tooltip';
+6
View File
@@ -0,0 +1,6 @@
import { clsx, type ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
+2
View File
@@ -0,0 +1,2 @@
export { zodResolver } from '@hookform/resolvers/zod';
export * as z from 'zod';