From 4b5edc745632f1816d1ac0014ed6403a6af353fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 28 Dec 2019 13:21:27 +0100 Subject: [PATCH] Locations list component --- src/components/Locations.svelte | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/components/Locations.svelte diff --git a/src/components/Locations.svelte b/src/components/Locations.svelte new file mode 100644 index 0000000..5b973db --- /dev/null +++ b/src/components/Locations.svelte @@ -0,0 +1,28 @@ + + +
+ {#each $locations as location} + + {/each} +