| 76 | } |
| 77 | |
| 78 | interface BookmarkManagerProps { |
| 79 | categories: Category[]; |
| 80 | bookmarks: BookmarkWithCategory[]; |
| 81 | } |
| 82 | |
| 83 | function generateSlug(title: string): string { |
| 84 | return title |
nothing calls this directly
no outgoing calls
no test coverage detected