* add new design stuff * add more ui things * add more ui changes * more ui changes * add more design * update emoji
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { cn } from "./lib/utils";
|
|
|
|
export { cn };
|
|
export { ThemeProvider, useTheme } from "next-themes";
|