parent
8d8b37aaee
commit
f8963bb662
@ -1,5 +0,0 @@
|
|||||||
@page "/Crafting"
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<Crafting Items="Items" Recipes="Recipes" />
|
|
||||||
</div>
|
|
@ -0,0 +1,8 @@
|
|||||||
|
@page "/tabledecraft"
|
||||||
|
@using CraftSharp.Components
|
||||||
|
|
||||||
|
<h1>Table de craft</h1>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<Crafting Items="Items" Recipes="Recipes" />
|
||||||
|
</div>
|
Loading…
Reference in new issue