diff --git a/mod.ts b/mod.ts index 2e8a702..0bda1f9 100644 --- a/mod.ts +++ b/mod.ts @@ -1,6 +1,6 @@ /*! Cell v0.4.3 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */ import { documentReady, logEvent } from "./util.ts" -export { signal, groupSignal } from "@kt3k/signal" +export { groupSignal, signal } from "@kt3k/signal" interface Initializer { // deno-lint-ignore no-explicit-any