diff --git a/app/next-client-app/app/(protected)/datasets/columns.tsx b/app/next-client-app/app/(protected)/datasets/columns.tsx index 890df508f..d472f1b65 100644 --- a/app/next-client-app/app/(protected)/datasets/columns.tsx +++ b/app/next-client-app/app/(protected)/datasets/columns.tsx @@ -37,7 +37,7 @@ export const columns: ColumnDef[] = [ diff --git a/app/next-client-app/app/(protected)/layout.tsx b/app/next-client-app/app/(protected)/layout.tsx index 813750b58..46105217f 100644 --- a/app/next-client-app/app/(protected)/layout.tsx +++ b/app/next-client-app/app/(protected)/layout.tsx @@ -3,6 +3,7 @@ import React from "react"; import { getServerSession } from "next-auth"; import { options } from "@/auth/options"; import { MenuBar } from "@/components/core/menubar"; +import Footer from "@/components/core/footer"; export default async function ProtectedLayout({ children, @@ -14,10 +15,11 @@ export default async function ProtectedLayout({ return ( <> -
+
{children}
+