fix: Broken Cal.video due to missing export

This commit is contained in:
Alex van Andel
2024-01-23 13:38:23 +00:00
parent 5ca216b922
commit ffcb04fa99
+1
View File
@@ -247,4 +247,5 @@ export function VideoMeetingInfo(props: VideoMeetingInfo) {
);
}
export { getServerSideProps };
JoinCall.PageWrapper = PageWrapper;