Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Erdos committed Oct 28, 2024
1 parent 02bd099 commit e2ad7e9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@
<title>Vite + React + TS</title>
<link rel="stylesheet" href="./src/assets/app.css" />
<link rel="stylesheet" href="./src/index.css" />

<!-- <script type="importmap">
{
"imports":
{
"@/":"/@/",
"@emotion/react/jsx-runtime": "/emotionJsxRuntime.mjs",
"react/jsx-runtime":"/jsx.mjs",
"react-dom/server":"/reactDomServer.mjs",
"react-dom/client":"/reactDomClient.mjs",
"@emotion/react":"/emotion.mjs",
"react":"/reactMod.mjs",
"framer-motion":"/motion.mjs",
"react-dom":"/reactDom.mjs"
}
}
</script> -->

</head>

<body>
Expand Down

0 comments on commit e2ad7e9

Please sign in to comment.