diff --git a/src/router/index.js b/src/router/index.js index 5cfb4e76..546429bd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -11,7 +11,7 @@ const Colors = () => import('@/views/theme/Colors') const Typography = () => import('@/views/theme/Typography') const Charts = () => import('@/views/Charts') -const Widgets = () => import('@/views/Widgets') +const Widgets = () => import('@/views/widgets/Widgets') // Views - Components const Cards = () => import('@/views/base/Cards') diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index c8073b2f..610e4d8b 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -1,102 +1,6 @@