nav tabs on admin dashboard
This commit is contained in:
8
node_modules/postcss-minify-selectors/dist/lib/unquote.js
generated
vendored
8
node_modules/postcss-minify-selectors/dist/lib/unquote.js
generated
vendored
@@ -1,9 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (string) {
|
||||
return string.replace(/["']/g, '');
|
||||
};
|
||||
exports.default = string => string.replace(/["']/g, '');
|
||||
|
||||
module.exports = exports['default'];
|
||||
Reference in New Issue
Block a user