secret/pages/f.js
2023-09-30 23:08:27 +05:30

8 lines
No EOL
104 B
JavaScript

export default function Fdd(){
return(
<>
<div>helllo</div>
</>
)
}