move repl web component to new repl package

+ use it in /vanilla + /vanilla/mini
This commit is contained in:
Felix Roos 2023-12-15 10:12:47 +01:00
parent d4afbc63e2
commit f0c3d38ea7
12 changed files with 204 additions and 164 deletions

1
packages/repl/index.mjs Normal file
View file

@ -0,0 +1 @@
export * from './repl-component.mjs';