Fix: doppelter useRef/useCallback Import entfernt

This commit is contained in:
2026-06-06 00:51:56 +02:00
parent f50a9840f7
commit 439ec5f7b9

View File

@@ -1,4 +1,4 @@
import { useState, useEffect, useRef, useCallback, useRef, useCallback } from 'react';
import { useState, useEffect, useRef, useCallback } from 'react';
import { api, S } from './lib.js';
import { TOOLS, getGroupedTools } from './toolRegistry.js';
import CalendarWidget, { CalendarSettings } from './calendar.jsx';