Move dice tile to use tile component and added default props to it

This commit is contained in:
Mitchell McCaffrey
2020-10-01 16:25:06 +10:00
parent 02ae9dc765
commit a412cbde9d
3 changed files with 23 additions and 66 deletions

View File

@@ -37,6 +37,7 @@ function MapTile({
large={large}
canEdit={canEdit}
badges={badges}
editTitle="Edit Map"
/>
);
}