Skip to content

Instantly share code, notes, and snippets.

@krystalcampioni
Created June 7, 2022 19:34
Show Gist options
  • Save krystalcampioni/6a502aab472dd890f4c297602fb15bf5 to your computer and use it in GitHub Desktop.
Save krystalcampioni/6a502aab472dd890f4c297602fb15bf5 to your computer and use it in GitHub Desktop.
import React from 'react';
export function HelloWorldApp() {
return (
<div
style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center',
}}>
<p>Hello, world!</p>
</div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment