From 242afdddd691523f8db9166180a949361c7bbb22 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 17 Nov 2023 18:30:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20missing=20default=20export?= =?UTF-8?q?=20for=20manage=20boards=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/manage/boards/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/manage/boards/index.tsx b/src/pages/manage/boards/index.tsx index e2723f481..8567085ec 100644 --- a/src/pages/manage/boards/index.tsx +++ b/src/pages/manage/boards/index.tsx @@ -222,6 +222,8 @@ const BoardsPage = ({ ); }; +export default BoardsPage; + export const getServerSideProps = async (context: GetServerSidePropsContext) => { const session = await getServerAuthSession({ req: context.req, res: context.res }); const result = checkForSessionOrAskForLogin(