Skip to content

Commit

Permalink
more cleanups and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Jan 5, 2024
1 parent 44f4128 commit a72e0c5
Show file tree
Hide file tree
Showing 5 changed files with 1,570 additions and 204 deletions.
16 changes: 0 additions & 16 deletions lib/sqlsync-solid-js/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion lib/sqlsync-solid-js/src/context.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SQLSync } from "@orbitinghail/sqlsync-worker";
import { ParentComponent, createContext, createSignal, onCleanup } from "solid-js";
import { SQLSync } from "./sqlsync";

export const SQLSyncContext = createContext<[() => SQLSync | null, (sqlSync: SQLSync) => void]>([
() => null,
Expand Down
12 changes: 0 additions & 12 deletions lib/sqlsync-solid-js/test/solid-sanity.html

This file was deleted.

107 changes: 0 additions & 107 deletions lib/sqlsync-solid-js/test/solid-sanity.tsx

This file was deleted.

Loading

0 comments on commit a72e0c5

Please sign in to comment.