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

Interface BookmarkManagerProps

components/admin/bookmark-manager.tsx:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78interface BookmarkManagerProps {
79 categories: Category[];
80 bookmarks: BookmarkWithCategory[];
81}
82
83function generateSlug(title: string): string {
84 return title

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected