diff --git a/src/App.svelte b/src/App.svelte index 930f655..28a8c25 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,24 +1,16 @@ -
-
-
- Hello world -
-
+
+
diff --git a/src/components/Field.svelte b/src/components/Field.svelte new file mode 100644 index 0000000..ac580de --- /dev/null +++ b/src/components/Field.svelte @@ -0,0 +1,58 @@ + + +
+ {#each field.field as rows, y} + {#each rows as value, x} + + {/each} + {/each} +