refactor(lib): fold utils/perf into lib/perf + utils/ui (DOM utilities) into lib/dom

This commit is contained in:
Psychotoxical
2026-06-30 20:36:23 +02:00
parent 6becd57798
commit 390fdfbcca
144 changed files with 183 additions and 183 deletions
@@ -1,5 +1,5 @@
import type { SeekbarStyle } from '@/store/authStoreTypes';
import { bumpPerfCounter } from '@/utils/perf/perfTelemetry';
import { bumpPerfCounter } from '@/lib/perf/perfTelemetry';
import { AnimState, makeAnimState } from '@/features/waveform/utils/waveformSeekHelpers';
import {
drawBar, drawLineDot, drawNeon, drawSegmented, drawThick, drawWaveform,