Skip to content

Commit

Permalink
chore: cleanup unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 12, 2022
1 parent 410fd80 commit 29395e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { JSONPatchDocument, JSONPath, JSONPointer, JSONValue } from 'immutable-json-patch'
import type { SvelteComponentTyped } from 'svelte'
import type { IconDefinition } from '@fortawesome/free-solid-svg-icons'
import { parseJSONPath, stringifyJSONPath } from "$lib/utils/pathUtils";

export type { JSONValue, JSONPointer, JSONPath, JSONPatchDocument } from 'immutable-json-patch'

Expand Down

0 comments on commit 29395e7

Please sign in to comment.