6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
function Helloworld() {
|
|
return <>helloworld</>;
|
|
}
|
|
|
|
export default Helloworld;
|