Skip to content

Commit

Permalink
going to bed
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 8, 2024
1 parent eda853b commit 788f4e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
3 changes: 1 addition & 2 deletions apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import type { Metadata, Viewport } from "next";
import { GeistMono } from "geist/font/mono";
import { GeistSans } from "geist/font/sans";

import { cn } from "@battle-stadium/ui/utils";
import { ThemeProvider, ThemeToggle } from "@battle-stadium/ui/theme";
import { ThemeProvider, ThemeToggle, cn } from "@battle-stadium/ui";

import { TRPCReactProvider } from "~/trpc/react";

Expand Down
35 changes: 35 additions & 0 deletions packages/ui/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
export * from "./accordion";
export * from "./alert-dialog";
export * from "./aspect-ratio";
export * from "./avatar";
export * from "./button";
export * from "./card";
export * from "./checkbox";
export * from "./dialog";
export * from "./breadcrumb";
export * from "./checkbox";
export * from "./drawer";
export * from "./chip";
export * from "./tabs";
export * from "./label";
export * from "./tooltip";
export * from "./toggle";
export * from "./theme";
export * from "./tabs";
export * from "./table";
export * from "./switch";
export * from "./sonner";
export * from "./skeleton";
export * from "./sheet";
export * from "./separator";
export * from "./select";
export * from "./scroll-area";
export * from "./resizable";
export * from "./radio-group";
export * from "./popover";
export * from "./navigation-menu";
export * from "./menubar";
export * from "./hover-card";
export * from "./dropdown-menu";
export * from "./collapsible";
export * from "./utils";

0 comments on commit 788f4e2

Please sign in to comment.