{$site.explore_globe}
[globe]
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index d8795f5..87b8286 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,6 +3,9 @@ import { fade, slide } from 'svelte/transition' import { site, currentLocation } from '../store' + // Dependencies + // import anime from 'animejs/lib/anime.es.js' + // Components import Locations from '../components/Locations.svelte' @@ -10,28 +13,27 @@ currentLocation.set(undefined) -