Added tile controls

This commit is contained in:
Benjamin Sherriff
2023-10-24 16:02:48 -04:00
parent bdd1fc7e37
commit 75fd00fb7f
4 changed files with 246 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ import React from 'react';
// Home page for siren
export default function Page() {
return (
<div>
<div style={{ overflow: 'hidden' }}>
<TileGrid />
</div>
);