diff --git a/app/flow/page.tsx b/app/flow/page.tsx
index bedc7220..a97149c9 100644
--- a/app/flow/page.tsx
+++ b/app/flow/page.tsx
@@ -1,7 +1,6 @@
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/[...nextauth]/route";
import { redirect } from "next/navigation";
-import { FlowFrame } from "@/components/flow/flow-frame";
export default async function Page() {
const session = await getServerSession(authOptions);
@@ -10,5 +9,16 @@ export default async function Page() {
redirect("/signin");
}
- return ;
+ return (
+
+
+
+
+
+ );
}
\ No newline at end of file