rsnext/test/e2e/example-file.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
66 B
Text
Raw Normal View History

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