diff --git a/src/index.tsx b/src/index.tsx index 842a873..d8d1fe2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -12,7 +12,6 @@ import type { JSXElement } from "solid-js"; import { Dynamic, Show } from "solid-js/web"; import { ChildProvider } from "./child.js"; import { ParentProvider, useParent } from "./parent.js"; -import { unwrap } from "solid-js/store"; type OmniflowOptions = { config: Config>;