minor fixes

This commit is contained in:
vcoppe
2025-10-20 19:53:42 +02:00
parent 2ca53c1004
commit a78bd8d7ca
32 changed files with 40 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ title: Toolbar
<script lang="ts">
import Toolbar from '$lib/components/toolbar/Toolbar.svelte';
import { currentTool, Tool } from '$lib/stores';
import { currentTool, Tool } from '$lib/components/toolbar/tools';
import { onMount, onDestroy } from 'svelte';
onMount(() => {