Skip to content

Commit 767277d

Browse files
committed
formatting
Signed-off-by: Teo Koon Peng <[email protected]>
1 parent 8d1fa77 commit 767277d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

diagram-editor/frontend/edges/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ import UnzipEdgeComp, {
3939

4040
export type { BufferKeyEdge } from './buffer-key-edge';
4141
export type { BufferSeqEdge } from './buffer-seq-edge';
42+
export * from './create-edge';
4243
export type { SplitKeyEdge } from './split-key-edge';
4344
export type { SplitRemainingEdge } from './split-remaining-edge';
4445
export type { SplitSeqEdge } from './split-seq-edge';
4546
export type { StreamOutEdge } from './stream-out-edge';
4647
export type { UnzipEdge } from './unzip-edge';
47-
48-
export * from './create-edge';
4948
export type DefaultEdgeData = Record<string, never>;
5049
export type DefaultEdge = Edge<DefaultEdgeData, 'default'>;
5150

0 commit comments

Comments
 (0)