Skip to content

Commit

Permalink
chore(dev): Exporting the theme switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Brams-s committed Nov 16, 2023
1 parent 3d7ddf3 commit c09f635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/web-ui/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Custom Components */
export * from "./theme-switch";

/* NextUI Components */
export * from "@nextui-org/accordion";
export * from "@nextui-org/aria-utils";
export * from "@nextui-org/avatar";
Expand Down Expand Up @@ -32,5 +36,3 @@ export * from "@nextui-org/table";
export * from "@nextui-org/tabs";
export * from "@nextui-org/theme";
export * from "@nextui-org/tooltip";

// export * from "./CustomButtons";

0 comments on commit c09f635

Please sign in to comment.