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 -1
View File
@@ -1,4 +1,4 @@
import { MiniRepl } from '@strudel.cycles/react';
import { MiniRepl } from './MiniRepl';
# What is Strudel?