mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Start supporting printing unifications
This commit is contained in:
parent
9e055dcf53
commit
87bb6c8437
8 changed files with 446 additions and 30 deletions
|
@ -11,7 +11,7 @@ export default function App() {
|
|||
});
|
||||
|
||||
return (
|
||||
<div className="container w-screen h-screen p-2">
|
||||
<div className="w-screen h-screen p-2 bg-gray-100">
|
||||
<FileInput setResult={setEvents} />
|
||||
<EventsWrapper events={events} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue