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

View file

@ -1,4 +1,4 @@
import { MiniRepl } from '@strudel.cycles/react';
import { MiniRepl } from './MiniRepl';
# What is Strudel?