remove some slop

This commit is contained in:
Igor Loskutov
2025-06-17 19:59:44 -04:00
parent fdf42cf60b
commit 1876ed7579
3 changed files with 14 additions and 16 deletions

View File

@@ -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/./WherebyWebinarEmbed"), {
const WherebyEmbed = dynamic(() => import("../../lib/WherebyWebinarEmbed"), {
ssr: false,
});
import { FormEvent } from "react";