Start supporting printing unifications

This commit is contained in:
Ayaz Hafiz 2023-07-16 22:37:06 -05:00
parent 9e055dcf53
commit 87bb6c8437
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
8 changed files with 446 additions and 30 deletions

View file

@ -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>