MCPcopy Create free account
hub / github.com/9d8dev/directory / CategoryManagerProps

Interface CategoryManagerProps

components/admin/category-manager.tsx:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34import { toast } from "sonner";
35
36interface CategoryManagerProps {
37 categories: Category[];
38}
39
40export function CategoryManager({ categories }: CategoryManagerProps) {
41 const [selectedCategory, setSelectedCategory] = useState<Category | null>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected