Skip to content

Commit e77a354

Browse files
committed
fix: unnecessary path segment
1 parent c59d11a commit e77a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/litegraph/src/types/serialisation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import type {
1616
Size
1717
} from '../interfaces'
1818
import type { LiteGraph } from '../litegraph'
19-
import type { TWidgetValue } from '../types/widgets'
2019
import type { RenderShape } from './globalEnums'
20+
import type { TWidgetValue } from './widgets'
2121

2222
/**
2323
* An object that implements custom pre-serialization logic via {@link Serialisable.asSerialisable}.

0 commit comments

Comments
 (0)