Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Props
Interface
Props
src/components/ProductHuntBanner.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import Icon from
"./Icon"
;
4
5
interface Props {
6
className?: string;
7
}
8
9
const ProductHuntBanner = (props: Props) => {
10
const { className } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected