1 parent 47ba830 commit 1d0ed62Copy full SHA for 1d0ed62
1 file changed
packages/studio/src/components/Debugger/ConsoleOutput.tsx
@@ -15,8 +15,6 @@ import {
15
import { useTranslation } from 'react-i18next';
16
import { useConsoleStore, type LogEntry } from '../../stores/consoleStore';
17
import type { LogLevel } from '../../types/events';
18
-import { config } from '../../config/app.config';
19
-
20
function useDebounce<T>(value: T, delay: number): T {
21
const [debounced, setDebounced] = useState(value);
22
useEffect(() => {
0 commit comments