New translations toolbar.mdx (Chinese Simplified)

This commit is contained in:
vcoppe
2025-11-10 18:48:25 +01:00
parent 62598f94f8
commit cd6b774a8c

View File

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