Working on layout, tilegrid

This commit is contained in:
Benjamin Sherriff
2023-10-31 08:48:21 -04:00
parent c5a6b762f0
commit 046bf51697
9 changed files with 155 additions and 76 deletions

View File

@@ -4,6 +4,16 @@ import React from 'react';
// Home page for siren
export default function Page() {
return (
// <div>
// <p>Siren is a Dungeon Master's best friend.</p>
// <h2>Features:</h2>
// <ul>
// <li>Manage your campaign and players</li>
// <li>Create battlemaps on the fly and track initiative</li>
// <li>Connect the Discord Bot to play online with friends</li>
// <li>Reference Races, Classes, Items, Spells, and more</li>
// </ul>
// </div>
<div style={{ overflow: 'hidden' }}>
<TileGrid />
</div>