ubiquitous-invention/apps/web/components/ui/index.ts

10 lines
247 B
TypeScript
Raw Normal View History

export * from "./avatar";
export * from "./badge";
export * from "./button";
export * from "./dropdown-menu";
export * from "./input";
export * from "./scroll-area";
export * from "./separator";
export * from "./sheet";
export * from "./tooltip";