+
{children}
diff --git a/app/page.tsx b/app/page.tsx
index 273748f..dd2f32b 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,5 +1,16 @@
-import { redirect } from "next/navigation"
+"use client";
-export default function IndexPage() {
- redirect("/edit")
-}
+import { ReactFlowProvider } from "reactflow";
+import { AppBar } from "@/components/Editor/AppBar";
+import { Editor } from "@/components/Editor/Editor";
+
+export default function EditPage() {
+ return (
+ <>
+
+
+
+
+ >
+ )
+}
\ No newline at end of file
diff --git a/components/Editor/AppBar.tsx b/components/Editor/AppBar.tsx
index ee6674e..31245c2 100644
--- a/components/Editor/AppBar.tsx
+++ b/components/Editor/AppBar.tsx
@@ -20,9 +20,9 @@ export function AppBar() {
/>