New translations toolbar.mdx (Dutch)

This commit is contained in:
vcoppe
2025-11-10 18:48:13 +01:00
parent 84fd034197
commit 0305d3fe36

View File

@@ -4,7 +4,7 @@ title: Werkbalk
<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(() => {