Skip to content

Commit

Permalink
Remove react tag from lodash article
Browse files Browse the repository at this point in the history
It's not very related to React
  • Loading branch information
MartijnHols committed Dec 8, 2024
1 parent bd14dea commit 6701719
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pages/gists/you-dont-need-lodash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ export const meta: GistMeta = {
image: openGraphImage,
publishedAt: '2024-11-28',
updatedAt: '2024-12-03',
tags: [
GistTag.Javascript,
GistTag.Dependencies,
GistTag.React,
GistTag.Maintainability,
],
tags: [GistTag.Javascript, GistTag.Dependencies, GistTag.Maintainability],
}

const GistYouDontNeedLodash = () => (
Expand Down

0 comments on commit 6701719

Please sign in to comment.