Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Nov 11, 2024
1 parent 5975854 commit 67b2172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<ActivityName extends string> = {
config: Config<ActivityDefinition<ActivityName>>;
Expand Down

0 comments on commit 67b2172

Please sign in to comment.