Reverted changes of colorpicker.vue

This commit is contained in:
Omer
2019-11-27 22:04:45 +02:00
parent fd71767b44
commit 92aed5696f
2 changed files with 0 additions and 241 deletions

View File

@@ -23,10 +23,5 @@ export default new Router({
name: 'Settings',
component: lazyLoad('Settings')
},
{
path: '/picker',
name: 'Picker',
component: lazyLoad('ColorPicker')
}
]
})