feat(app): change server

This commit is contained in:
Adam 2025-12-30 07:24:35 -06:00
commit e0e07c5d48
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
14 changed files with 526 additions and 92 deletions

View file

@ -1,6 +1,5 @@
import {
createContext,
createEffect,
createSignal,
getOwner,
Owner,
@ -70,9 +69,6 @@ function init() {
export function DialogProvider(props: ParentProps) {
const ctx = init()
createEffect(() => {
console.log("active", ctx.active)
})
return (
<Context.Provider value={ctx}>
{props.children}