Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitc0de/bitify
/ HeaderProps
Interface
HeaderProps
components/Header.tsx:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import Image from
'next/image'
6
7
interface HeaderProps {
8
onAddSong: (url: string) => void
9
isLoading?: boolean
10
}
11
12
interface SearchResult {
13
id: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected