Skip to content

Commit

Permalink
build: stop exporting everything
Browse files Browse the repository at this point in the history
  • Loading branch information
afsardo committed Jan 23, 2025
1 parent 55e12fa commit f5c2c6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export * from "./context";
export * from "./store";

export * from "@delphi-labs/shuttle";
2 changes: 0 additions & 2 deletions packages/vue/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export * from "./plugin";
export * from "./store";

export * from "@delphi-labs/shuttle";

0 comments on commit f5c2c6a

Please sign in to comment.