diff --git a/flowsint-web/src/app/dashboard/layout.tsx b/flowsint-web/src/app/dashboard/layout.tsx index cb0623a..01032f8 100644 --- a/flowsint-web/src/app/dashboard/layout.tsx +++ b/flowsint-web/src/app/dashboard/layout.tsx @@ -11,6 +11,7 @@ import { NavUser } from "@/components/nav-user"; import { SubNav } from "@/components/dashboard/sub-nav"; import Feedback from "@/components/dashboard/feedback"; import Link from "next/link"; +import { Separator } from "@/components/ui/separator"; const DashboardLayout = async ({ children, @@ -35,6 +36,7 @@ const DashboardLayout = async ({

flowsint

+ {/* */}
diff --git a/flowsint-web/src/app/layout.tsx b/flowsint-web/src/app/layout.tsx index 24043ae..cbcff60 100644 --- a/flowsint-web/src/app/layout.tsx +++ b/flowsint-web/src/app/layout.tsx @@ -36,12 +36,12 @@ export default function RootLayout({ return ( - {process.env.NODE_ENV === "development" && ( + {/* {process.env.NODE_ENV === "development" && ( */}