mirror of https://github.com/almqv/wych.dev
parent
488979f9a6
commit
3c56a13a33
@ -1,7 +1,5 @@ |
||||
import Image from "next/image"; |
||||
|
||||
export default function Home() { |
||||
return ( |
||||
<></> |
||||
); |
||||
return <></>; |
||||
} |
||||
|
@ -1,6 +1,6 @@ |
||||
import { type ClassValue, clsx } from "clsx" |
||||
import { twMerge } from "tailwind-merge" |
||||
import { type ClassValue, clsx } from "clsx"; |
||||
import { twMerge } from "tailwind-merge"; |
||||
|
||||
export function cn(...inputs: ClassValue[]) { |
||||
return twMerge(clsx(inputs)) |
||||
return twMerge(clsx(inputs)); |
||||
} |
||||
|
Loading…
Reference in new issue