Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(SinglePublication.tsx): remove unused import and destructure…
…d variable 'identifiers' The import statement for 'PublicationLinks' is removed as it is no longer used in the file. The destructured variable 'identifiers' is also removed as it is not used in the component. This improves code readability and removes unnecessary code.
- Loading branch information