move routing stuff

This commit is contained in:
vcoppe
2024-04-25 14:48:09 +02:00
parent 3441dffde7
commit 08ad971de5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import ToolbarItemMenu from '../ToolbarItemMenu.svelte';
import ToolbarItemMenu from '../toolbar/ToolbarItemMenu.svelte';
import * as Card from '$lib/components/ui/card';
import * as Select from '$lib/components/ui/select';
import { Switch } from '$lib/components/ui/switch';
@@ -8,7 +8,7 @@
import { CircleHelp } from 'lucide-svelte';
import { map, selectedFiles, applyToFile } from '$lib/stores';
import { AnchorPointHierarchy, getMarker, route } from './routing';
import { AnchorPointHierarchy, getMarker, route } from './Routing';
import { onDestroy } from 'svelte';
import mapboxgl from 'mapbox-gl';
import KDBush from 'kdbush';

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { currentTool, reverseSelectedFiles, Tool } from '$lib/stores';
import Routing from './routing/Routing.svelte';
import Routing from '$lib/components/routing/Routing.svelte';
import ToolbarItem from './ToolbarItem.svelte';
import {
ArrowRightLeft,