feat(youtube-tab): YoutubeTab 서브탭 shell 컴포넌트 + 스텁 탭 추가

This commit is contained in:
2026-05-01 14:44:21 +09:00
parent 413dccb655
commit a89de57b79
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default function TrendsTab() {
return null;
}