add new menu

This commit is contained in:
Dede Fuji Abdul
2023-10-18 16:59:01 +07:00
parent f4a881299f
commit 1388d3bfa6
4 changed files with 79 additions and 1 deletions

View File

@ -1,6 +1,10 @@
// png
export { default as IconApp } from '@/assets/images/pln-with-text.png'
// svg
export { default as LightningSlash } from '@/assets/icons/lightning-slash.svg'
export { default as SmileySad } from '@/assets/icons/smiley-sad.svg'
export { default as Monitor } from '@/assets/icons/monitor.svg'
export { default as Swap } from '@/assets/icons/swap.svg'
export { default as DotOutline } from '@/assets/icons/dot-outline.svg'
export { default as IconApp } from '@/assets/images/pln-with-text.png'
export { default as Plugs } from '@/assets/icons/plugs.svg'
export { default as Gauge } from '@/assets/icons/gauge.svg'