mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
migrate repl + move imports out of minirepl
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user