const content = await Promise.resolve("hi y'all") export default function Custom404() { return

{content}

}