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(