Statements that are worth keeping

Living to survive is depressing, Basically you need to have a dream and visualize it.

1import { type ClassValue, clsx } from "clsx"
2import { twMerge } from "tailwind-merge"
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs))
6}
7



It's like when you want to build a sand castle at the beach. You need to think about what kind of castle you want to build, and see it in your head before you start scooping up the sand and building it. You need to have a dream and imagine it in your head before you can make it happen.