feat: search page stops querying detail api

This commit is contained in:
shinya
2025-06-22 22:46:32 +08:00
parent 7061378c92
commit 201ad3c8e3
7 changed files with 255 additions and 272 deletions

View File

@@ -14,7 +14,7 @@ import {
isFavorited,
toggleFavorite,
} from '@/lib/db.client';
import { VideoDetail } from '@/lib/video';
import { VideoDetail } from '@/lib/types';
import PageLayout from '@/components/PageLayout';