Uses mock data right now copied from backend mock data
Route for the page is /characters/[characterId] - since it's just mock data right now the characterId doesn't matter. You can just go to /characters/123 or any random ID as it isn't doing anything with the ID right now.
Adds character sheet page
/characters/[characterId]
- since it's just mock data right now thecharacterId
doesn't matter. You can just go to/characters/123
or any random ID as it isn't doing anything with the ID right now.