install shadcdn and move login dialog to a separate component
This commit is contained in:
parent
4c7fe8927b
commit
a8ee95b9d9
13 changed files with 1141 additions and 73 deletions
6
crawler/frontend/src/lib/utils.ts
Normal file
6
crawler/frontend/src/lib/utils.ts
Normal 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))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue