Skip to content

Instantly share code, notes, and snippets.

@Sheraff
Last active November 16, 2023 23:35
Show Gist options
  • Save Sheraff/c761272aace63f002287593f64a261bb to your computer and use it in GitHub Desktop.
Save Sheraff/c761272aace63f002287593f64a261bb to your computer and use it in GitHub Desktop.
beenawhile2
//@ts-check
const Component = ({ names }: { names: [string] }) => (
<p>{names[0]}</p>
)
export default function App() {
return <div>Hello world</div>
}
{
"scripts": [
"react",
"react-dom"
],
"styles": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment