Skip to content

Commit

Permalink
fix: re-export all modules in mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 30, 2023
1 parent 638dcc0 commit cabf6ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/signals/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2023 Im-Beast. All rights reserved. MIT license.
export * from "./signal.ts";
export * from "./signal.ts";
export * from "./computed.ts";
export * from "./effect.ts";
export * from "./dependency_tracking.ts";
export * from "./reactivity.ts";
export * from "./types.ts";

0 comments on commit cabf6ea

Please sign in to comment.