1 2 3 4 5 6 7 8 9 10 11 12 13 14
import IndexPage from "pages/index"; export default function ErrorTestPage() { class Wow {} const ladee = "", foo = { bar: { boom: new Wow() } }; if (typeof window === "undefined") { const Doge = import("wow/such-esm/very-import"); } return <IndexPage />; }