Skip to content

Commit

Permalink
feat: export groupSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Sep 19, 2024
1 parent a017467 commit 3be5fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Cell v0.4.2 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
import { documentReady, logEvent } from "./util.ts"
export { signal } from "@kt3k/signal"
export { signal, groupSignal } from "@kt3k/signal"

interface Initializer {
// deno-lint-ignore no-explicit-any
Expand Down

0 comments on commit 3be5fc8

Please sign in to comment.