diff --git a/src/App.svelte b/src/App.svelte index 72933a1..4802de8 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,7 @@
-
- -
+
+ +
{ #each $village.buildings as building }
-

{ building.name }

-

Level: { building.level }

+

{ building.name } ({ building.level })