Files
GibSend/packages/ui/index.ts
KM Koushik b75b125981 add new design (#70)
* add new design stuff

* add more ui things

* add more ui changes

* more ui changes

* add more design

* update emoji
2024-09-28 20:48:26 +10:00

5 lines
105 B
TypeScript

import { cn } from "./lib/utils";
export { cn };
export { ThemeProvider, useTheme } from "next-themes";