diff options
Diffstat (limited to 'packages/ui/src/context/diff.tsx')
| -rw-r--r-- | packages/ui/src/context/diff.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/ui/src/context/diff.tsx b/packages/ui/src/context/diff.tsx deleted file mode 100644 index 747de9cc8..000000000 --- a/packages/ui/src/context/diff.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import type { ValidComponent } from "solid-js" -import { createSimpleContext } from "./helper" - -const ctx = createSimpleContext<ValidComponent, { component: ValidComponent }>({ - name: "DiffComponent", - init: (props) => props.component, -}) - -export const DiffComponentProvider = ctx.provider -export const useDiffComponent = ctx.use |
