MCPcopy 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

4import { category } from "@repo/store";
5
6interface Category {
7 category: string;
8}
9
10interface CategoryProps {
11 categories: Category[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected