Full blown example.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user