diff --git a/src/app/editor/[projectId]/FlowchartEditor.tsx b/src/app/editor/[projectId]/FlowchartEditor.tsx
index 6e2a972..196d64b 100644
--- a/src/app/editor/[projectId]/FlowchartEditor.tsx
+++ b/src/app/editor/[projectId]/FlowchartEditor.tsx
@@ -4,6 +4,7 @@ import { useCallback } from 'react'
import ReactFlow, {
Background,
BackgroundVariant,
+ Controls,
useNodesState,
useEdgesState,
addEdge,
@@ -67,6 +68,7 @@ export default function FlowchartEditor({
fitView
>
+
)