Fix ts errors

This commit is contained in:
Jon Staab
2025-03-31 12:49:28 -07:00
parent cfd2e3aac7
commit 1524d128e3
27 changed files with 357 additions and 448 deletions
-11
View File
@@ -16,7 +16,6 @@ export * from "./router.js"
export * from "./search.js"
export * from "./session.js"
export * from "./storage.js"
export * from "./subscribe.js"
export * from "./sync.js"
export * from "./tags.js"
export * from "./thunk.js"
@@ -25,13 +24,3 @@ export * from "./user.js"
export * from "./util.js"
export * from "./wot.js"
export * from "./zappers.js"
import type {NetContext} from "@welshman/net"
import type {AppContext} from "./context.js"
declare module "@welshman/lib" {
interface Context {
net: NetContext
app: AppContext
}
}