Skip to content

Commit

Permalink
🐛 ignore analyzed bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-unterberg committed Jan 1, 2024
1 parent 502ba1b commit 31fcc30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# analyzer
bundle-analyze.html
2 changes: 1 addition & 1 deletion lib/icons/IconLazyRenderer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LucideProps } from 'lucide-react'
import { useEffect, useMemo } from 'react'
import { useMemo } from 'react'

import { ICON_ID } from '#lib/icons/iconID'
import APP_ICON from '#lib/icons/iconMap'
Expand Down

0 comments on commit 31fcc30

Please sign in to comment.