Skip to content

Commit dd9f1d6

Browse files
creazyfrogclaude
andcommitted
Fix build errors: remove unused hooks and import
useGoogleDriveFolder and useYouTubePlaylists are superseded by the build-time fetch approach. Remove them to clear TypeScript errors. Also remove unused getEmbedUrl import from OurWork. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5633264 commit dd9f1d6

3 files changed

Lines changed: 0 additions & 183 deletions

File tree

src/hooks/useGoogleDriveFolder.ts

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/hooks/useYouTubePlaylists.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/pages/OurWork.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useState } from 'react'
22
import VideoModal from '../components/ui/VideoModal'
3-
import { getEmbedUrl } from '../data/projects'
43
import type { Project, ProjectCategory } from '../data/projects'
54
import { PLAYLISTS } from '../data/playlists'
65
import { useAllVideos } from '../hooks/useAllVideos'

0 commit comments

Comments
 (0)