Remove unused import

This commit is contained in:
Aria
2025-11-28 21:56:04 -06:00
parent d4a1b571fd
commit a82ebbeef6
+1 -1
View File
@@ -12,7 +12,7 @@ import {
lineNumbers,
} from '@codemirror/view';
import { persistentAtom } from '@nanostores/persistent';
import { getPerformanceTimeSeconds, logger, registerControl, repl } from '@strudel/core';
import { logger, registerControl, repl } from '@strudel/core';
import { cleanupDraw, Drawer } from '@strudel/draw';
import { isAutoCompletionEnabled } from './autocomplete.mjs';