Skip to content

Commit

Permalink
refactor: remove unused export from publizonReader helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Nov 20, 2024
1 parent 93b9d65 commit d49f7f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/shared/publizonReader/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ export const appendAsset = ({ src, type }: AssetType) => {
document.head.appendChild(linkElement)
}
}

export default {}

0 comments on commit d49f7f3

Please sign in to comment.