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} +