diff --git a/website/src/lib/components/ElevationProfile.svelte b/website/src/lib/components/ElevationProfile.svelte index 24b4bdfc..e2e63e87 100644 --- a/website/src/lib/components/ElevationProfile.svelte +++ b/website/src/lib/components/ElevationProfile.svelte @@ -2,6 +2,7 @@ import ButtonWithTooltip from '$lib/components/ButtonWithTooltip.svelte'; import * as Popover from '$lib/components/ui/popover/index.js'; import * as ToggleGroup from '$lib/components/ui/toggle-group/index.js'; + import Separator from '$lib/components/ui/separator/separator.svelte'; import Chart from 'chart.js/auto'; import mapboxgl from 'mapbox-gl'; import { onDestroy, onMount } from 'svelte'; @@ -584,7 +585,7 @@ +