feat(app): change server
This commit is contained in:
parent
281f9e6236
commit
e0e07c5d48
14 changed files with 526 additions and 92 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue