I will intentionally add an error // Update this page (the content is just a fallback if you fail to update the page) import { MadeWithDyad } from "@/components/made-with-dyad"; const Index = () => { throw new Error("Line 6 error"); return (

Welcome to Your Blank App

Start building your amazing project here!

); }; export default Index;