lint
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
"@xyflow/system": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.4.0",
|
||||
"@eslint/js": "^9.38.0",
|
||||
"@sveltejs/adapter-auto": "^7.0.0",
|
||||
"@sveltejs/kit": "^2.47.2",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import type { ConnectableContext } from '$lib/components/NodeWrapper/types';
|
||||
import { setContext, getContext, hasContext } from 'svelte';
|
||||
import type { StoreContext } from './types';
|
||||
|
||||
/**
|
||||
* Creates a type-safe context getter and setter pair.
|
||||
|
||||
Reference in New Issue
Block a user