try to add and use shrinko8

This commit is contained in:
dylan
2024-03-31 13:49:09 -07:00
parent d606a8002f
commit c003955c3d
9 changed files with 117 additions and 75 deletions

View File

@ -8,6 +8,7 @@ const App = (props: {}) => {
<div className={css`
min-height: 100vh;
`}>
<h1>Picobook</h1>
<Pico8Console carts={testcarts.carts} />
</div>
);