Haulable Value

This commit is contained in:
2023-09-02 10:09:22 +02:00
parent c2e729b534
commit 9ac9296a12
4 changed files with 49 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ import { RouterLink } from 'vue-router';
<span>Market</span>
</RouterLink>
</li>
<li>
<RouterLink to="/tools" class="flex items-center p-2 rounded-md">
<span>Tools</span>
</RouterLink>
</li>
</ul>
</div>
</aside>