Skip to content

Instantly share code, notes, and snippets.

@renatorib
Created February 8, 2023 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatorib/7cd472c713e13a27bf06b8715c3d9f7e to your computer and use it in GitHub Desktop.
Save renatorib/7cd472c713e13a27bf06b8715c3d9f7e to your computer and use it in GitHub Desktop.
My first Sandpack snippet from Gist
import './index.css';
export default function App() {
return <h1>Hello from Gist</h1>;
};
h1 {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment