migrate repl + move imports out of minirepl

This commit is contained in:
Felix Roos
2022-05-17 22:27:22 +02:00
parent 0bcc01ed0e
commit ed35f967b0
11 changed files with 114 additions and 183 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ import Tutorial from './tutorial.mdx';
import './style.css';
import '@strudel.cycles/react/dist/style.css';
ReactDOM.render(
<React.StrictMode>
<div className="min-h-screen">
@@ -32,5 +31,5 @@ ReactDOM.render(
</main>
</div>
</React.StrictMode>,
document.getElementById('root')
document.getElementById('root'),
);