diff --git a/app/page.js b/app/page.js index 67d4c6d..7e41e5d 100644 --- a/app/page.js +++ b/app/page.js @@ -6,6 +6,7 @@ import Typography from '@mui/material/Typography' import Konstitisyon from '@/components/konstitisyon/index.js' import Footer from '@/components/footer.js' import Sign from '@/components/session/sign.js' +import Create from '@/components/konstitisyon/create.js' const apiUrl = process.env.DIRECTUS_API_URL const appTitle = process.env.APP_TITLE @@ -57,7 +58,10 @@ export default async function Page() { {appTitle.toUpperCase()} - + {session && ( + + )} +