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,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,