Skip to content

Commit 3be5fc8

Browse files
committed
feat: export groupSignal
1 parent a017467 commit 3be5fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! Cell v0.4.2 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22
import { documentReady, logEvent } from "./util.ts"
3-
export { signal } from "@kt3k/signal"
3+
export { signal, groupSignal } from "@kt3k/signal"
44

55
interface Initializer {
66
// deno-lint-ignore no-explicit-any

0 commit comments

Comments
 (0)