Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Feb 5, 2024
1 parent 2370ba8 commit 1dc2309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stories/NodeGraphEditorLayout.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { NodeGraphHandle } from '../NodeGraphEditor'
import { Meta, StoryObj } from '@storybook/react'
import { useRef } from 'react'
import { DagreLayoutEngine } from '../layout/dagre'
import { PiplineCenteredLayoutEngine, PipelineLayoutEngine } from '../layout/pipeline'
import { PipelineCenteredLayoutEngine, PipelineLayoutEngine } from '../layout/pipeline'


const dagre = new DagreLayoutEngine()
const pipelineCentered = new PiplineCenteredLayoutEngine()
const pipelineCentered = new PipelineCenteredLayoutEngine()
const pipeline = new PipelineLayoutEngine()


Expand Down

0 comments on commit 1dc2309

Please sign in to comment.