Update source file toolbar.mdx

This commit is contained in:
vcoppe
2025-11-10 19:02:26 +01:00
parent 4e39cc937a
commit a7df18723c

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(() => {