feat: add Font Awesome brand icons view
This commit is contained in:
+7
-1
@@ -38,8 +38,9 @@ const Dropdowns = () => import('@/views/buttons/Dropdowns')
|
||||
const BrandButtons = () => import('@/views/buttons/BrandButtons')
|
||||
|
||||
// Views - Icons
|
||||
const Flags = () => import('@/views/icons/Flags')
|
||||
const CoreUIIcons = () => import('@/views/icons/CoreUIIcons')
|
||||
const Brands = () => import('@/views/icons/Brands')
|
||||
const Flags = () => import('@/views/icons/Flags')
|
||||
|
||||
// Views - Notifications
|
||||
const Alerts = () => import('@/views/notifications/Alerts')
|
||||
@@ -256,6 +257,11 @@ export default new Router({
|
||||
name: 'Icons library',
|
||||
component: CoreUIIcons
|
||||
},
|
||||
{
|
||||
path: 'brands',
|
||||
name: 'Brands',
|
||||
component: Brands
|
||||
},
|
||||
{
|
||||
path: 'flags',
|
||||
name: 'Flags',
|
||||
|
||||
Reference in New Issue
Block a user