diff --git a/src/app/curation/page.tsx b/src/app/curation/page.tsx index 3421508..18d0748 100644 --- a/src/app/curation/page.tsx +++ b/src/app/curation/page.tsx @@ -1,5 +1,6 @@ +import { Stack, Typography } from "@mui/material"; import React from "react"; export default function App() { - return
page
; + return Curation: Under Construction; } diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f8232e..7953a7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,19 +1,8 @@ "use client"; -import Footer from "@/components/Footer"; import Main from "@/components/Main"; +import Footer from "@/components/Footer"; import { Box } from "@mui/material"; export default function App() { - return ( - -
-