Files
moreminimore-vibe/e2e-tests/fixtures/create-error.md
2025-12-22 10:14:05 +07:00

586 B

I will intentionally add an error

// Update this page (the content is just a fallback if you fail to update the page)

const Index = () => { throw new Error("Line 6 error"); return (

Welcome to Your Blank App

Start building your amazing project here!

); };

export default Index;