"use client"; import { FC } from "react"; import { Grid } from "@mui/material"; import Iframe from "react-iframe"; type MetamigoWrapperProps = { path: string; }; export const MetamigoWrapper: FC = ({ path }) => { return (