secret/pages/f.js
2023-09-26 17:42:05 +05:30

8 lines
No EOL
104 B
JavaScript

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