mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-07 10:27:05 +02:00
🐛 Add missing default export for manage boards page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user