Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Sep 19, 2024
1 parent 9f82c4c commit b54f601
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.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
Expand Down

0 comments on commit b54f601

Please sign in to comment.