Full blown example.

This commit is contained in:
CSG-Dominic
2025-03-11 13:58:20 -05:00
parent ba27084fa1
commit 85f643ef10
5 changed files with 96 additions and 42 deletions

View File

@@ -26,7 +26,9 @@ export const Page:React.FC<PageProps> = ({ id }) => {
<h1>Playing Game ID: {id}</h1>
<div className={styles.play__emulator}>
<Emulator system='gbc' />
<Emulator
system='gbc'
/>
</div>
</div>
);