Files
vercel__next.js/test/e2e/example-file.txt

3 lines
66 B
Plaintext

export default function Page() {
return <p>hello world</p>
}