feat: 添加 'use client' 声明到 EpisodeSelector 和 TestPage 组件

This commit is contained in:
katelya
2025-09-02 16:40:48 +08:00
parent aa03a0b932
commit f545058bf8
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
'use client';
import React from 'react';
import EpisodeSelector from '@/components/EpisodeSelector';
+2
View File
@@ -1,3 +1,5 @@
'use client';
/* eslint-disable @next/next/no-img-element */
import { useRouter } from 'next/navigation';