Created
December 11, 2021 13:34
-
-
Save AnishDe12020/5c510f8877673ec233263e05c64fc35d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Sandpack } from "@codesandbox/sandpack-react"; | |
import "@codesandbox/sandpack-react/dist/index.css"; | |
function App() { | |
return ( | |
<div> | |
<Sandpack template="react" theme="sandpack-dark" /> | |
</div> | |
); | |
} | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment