react packaging

This commit is contained in:
Felix Roos 2022-05-17 21:40:17 +02:00
parent fb2f63ee26
commit b8a0559012
14 changed files with 792 additions and 96 deletions

View file

@ -1,5 +1,5 @@
import React from 'react';
import MiniRepl from './components/MiniRepl';
import { MiniRepl } from './components/MiniRepl';
import 'tailwindcss/tailwind.css';
function App() {