Generation

generate functionTue, 27 Jun 2023

react functional component that shows hello world

export const helloWorld = () => ( <h1>Hello World</h1> )

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code