Cleanup, change app login

This commit is contained in:
g
2025-02-07 18:16:45 +00:00
parent 88bd061697
commit 40635ae667
4 changed files with 199 additions and 56 deletions

View File

@@ -10,5 +10,3 @@ import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]): string {
return twMerge(clsx(inputs));
}