Skip to content

Commit c14e1ca

Browse files
authored
Merge pull request #137 from DevanshuNEU/feature/114-playground-integration
feat(#114): HeroPlayground Integration with UX Polish
2 parents 3f10276 + de9d75a commit c14e1ca

7 files changed

Lines changed: 444 additions & 190 deletions

File tree

frontend/package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/components/DependencyGraph.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { useEffect, useState, useCallback } from 'react'
22
import ReactFlow, {
3-
Node,
4-
Edge,
53
Controls,
64
Background,
75
useNodesState,
86
useEdgesState,
97
MarkerType,
108
MiniMap,
119
} from 'reactflow'
10+
import type { Node, Edge } from 'reactflow'
1211
import dagre from 'dagre'
1312
import 'reactflow/dist/style.css'
1413
import { useDependencyGraph } from '../hooks/useCachedQuery'

0 commit comments

Comments
 (0)