import dynamic from 'next/dynamic' const BrowserLoaded = dynamic(async () => () =>
Browser hydrated
, { ssr: false }) export default () =>
Nested 2