init: react router

This commit is contained in:
moolcoov
2025-02-27 18:08:13 +03:00
parent 7555e2297f
commit 0b843ced89
8 changed files with 30 additions and 27 deletions
@@ -0,0 +1,6 @@
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}