Skip to content

Commit

Permalink
fix: imports of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Aug 5, 2024
1 parent bf83485 commit 9f5ac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import DirectoryIcon from 'src/assets/svg/mp_pm_lt_directory.svg?react'
import LockIcon from 'src/assets/svg/mp_act_lt_lock.svg?react'
import UnlockIcon from 'src/assets/svg/mp_act_lt_unlock.svg?react'
import NotificationIcon from 'src/assets/svg/mp_pm_lt_notification.svg?react'
import PremiumIconDt from 'src/assets/svg/mp_pm_lt_notification.svg?react'
import PremiumIconDt from 'src/assets/svg/mp_info_dt_premium.svg?react'

export {
AddIcon,
Expand Down

0 comments on commit 9f5ac6c

Please sign in to comment.