Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ Category
Interface
Category
apps/web/components/Categories.tsx:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import { category } from
"@repo/store"
;
5
6
interface Category {
7
category: string;
8
}
9
10
interface CategoryProps {
11
categories: Category[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected