import 'example' function Home() { return <div>This should fail at build time.</div> } export default Home