remove unused imports

shift-build-2464
Nadim Salloum 2021-06-17 18:15:46 +03:00
parent 537d5b8e49
commit 83822ffbb7
2 changed files with 0 additions and 6 deletions

4
public/js/app.js vendored
View File

@ -20694,13 +20694,9 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var _Jetstream_Label_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/Jetstream/Label.vue */ "./resources/js/Jetstream/Label.vue");
/* harmony import */ var _Jetstream_Input_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/Jetstream/Input.vue */ "./resources/js/Jetstream/Input.vue");
/* harmony import */ var _Jetstream_InputError__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/Jetstream/InputError */ "./resources/js/Jetstream/InputError.vue");
/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! lodash */ "./node_modules/lodash/lodash.js");
/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_3__);
// import { throttle } from 'lodash';
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
components: {
JetLabel: _Jetstream_Label_vue__WEBPACK_IMPORTED_MODULE_0__.default,

View File

@ -73,8 +73,6 @@
import JetLabel from '@/Jetstream/Label.vue';
import JetInput from '@/Jetstream/Input.vue';
import JetInputError from '@/Jetstream/InputError';
import { isNull } from 'lodash';
// import { throttle } from 'lodash';
export default {
components: {