refactor(ui): co-locate CachedImage as a shared primitive in src/ui

This commit is contained in:
Psychotoxical
2026-06-29 22:36:12 +02:00
parent bd2d669b99
commit 53b244de1f
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { ImgHTMLAttributes } from 'react';
import type React from 'react';
import { useEffect, useLayoutEffect, useRef, useState } from 'react';
import { DEFAULT_CACHED_IMAGE_PREPARE_MARGIN } from '../components/CachedImage';
import { DEFAULT_CACHED_IMAGE_PREPARE_MARGIN } from '@/ui/CachedImage';
import { resolveIntersectionScrollRoot } from '../utils/ui/resolveIntersectionScrollRoot';
import { coverEnsureQueued, coverEnsureReprioritize } from './ensureQueue';
import { coverPrefetchBumpPriority } from './prefetchRegistry';