Cleanup some stuff

This commit is contained in:
2021-01-10 20:51:31 +01:00
parent 567abe12c0
commit 01f327c91f
2 changed files with 7 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
</script>
<script>
import { onMount, onDestroy } from 'svelte'
import { onMount } from 'svelte'
import { stores } from '@sapper/app'
import {
apiEndpoints,
@@ -39,7 +39,6 @@
// Components
import Button from 'atoms/Button'
import IconGlobeSmall from 'atoms/IconGlobeSmall'
import IconGlobe from 'atoms/IconGlobe'
import InteractiveGlobe from 'molecules/InteractiveGlobe'
import Carousel from 'organisms/Carousel'
import Fullscreen from 'organisms/Fullscreen'