New translations toolbar.mdx (Spanish)

This commit is contained in:
vcoppe
2025-11-10 18:47:54 +01:00
parent e12c53a90e
commit 200a38bdc0

View File

@@ -4,7 +4,7 @@ title: Barra de herramientas
<script lang="ts"> <script lang="ts">
import Toolbar from '$lib/components/toolbar/Toolbar.svelte'; 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'; import { onMount, onDestroy } from 'svelte';
onMount(() => { onMount(() => {