Files
moreminimore-vibe/e2e-tests/fixtures/create-error.md
2025-06-05 23:29:52 -07:00

663 B

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;