[my files](https://i.sstatic.net/kZEjxXRb.png)
-
page.tsx :
` // app/page.tsx
import Link from “next/link”;export default function Home() {
return ({/* Your content here */}
Btn);
}` -
hi.tsx :
export function hi() {
return(
<h1>
hi
</h1>
)
}
Result :
[result](https://i.sstatic.net/iMnlNTj8.png)
I tried adding it to a folder or changing its path but same problem
New contributor
ismail mehdi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.