import { Button, Container, Heading, Stack } from "@chakra-ui/react" import { IframeProvider } from "./components/ui/iframe-provider" function App() { return ( Outside Iframe Inside Iframe ) } export default App