nav tabs on admin dashboard
This commit is contained in:
4
node_modules/laravel-mix/src/components/ComponentFactory.js
generated
vendored
4
node_modules/laravel-mix/src/components/ComponentFactory.js
generated
vendored
@@ -8,7 +8,6 @@ let components = [
|
||||
'React',
|
||||
'Coffee',
|
||||
'TypeScript',
|
||||
'FastSass',
|
||||
'Less',
|
||||
'Sass',
|
||||
'Stylus',
|
||||
@@ -23,7 +22,8 @@ let components = [
|
||||
'Extract',
|
||||
'Notifications',
|
||||
'DisableNotifications',
|
||||
'PurifyCss'
|
||||
'PurifyCss',
|
||||
'DumpWebpackConfig'
|
||||
];
|
||||
|
||||
class ComponentFactory {
|
||||
|
||||
Reference in New Issue
Block a user