diff --git a/src/components/BookmarkItem.tsx b/src/components/BookmarkItem.tsx index 753668b4..155a78db 100644 --- a/src/components/BookmarkItem.tsx +++ b/src/components/BookmarkItem.tsx @@ -1,6 +1,6 @@ import React from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faLock, faBookmark, faUserLock, faCopy } from '@fortawesome/free-solid-svg-icons' +import { faBookmark, faUserLock, faCopy } from '@fortawesome/free-solid-svg-icons' import { IndividualBookmark } from '../types/bookmarks' import { formatDate, renderParsedContent } from '../utils/bookmarkUtils' import { extractUrlsFromContent } from '../services/bookmarkHelpers'