mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
consent preparation
This commit is contained in:
@@ -5,7 +5,7 @@ import Image from "next/image";
|
||||
import { notFound } from "next/navigation";
|
||||
import useRoomMeeting from "../../[roomName]/useRoomMeeting";
|
||||
import dynamic from "next/dynamic";
|
||||
const WherebyEmbed = dynamic(() => import("../../lib/WherebyEmbed"), {
|
||||
const WherebyEmbed = dynamic(() => import("../../lib/./WherebyWebinarEmbed"), {
|
||||
ssr: false,
|
||||
});
|
||||
import { FormEvent } from "react";
|
||||
|
||||
Reference in New Issue
Block a user