remove unused imports
parent
537d5b8e49
commit
83822ffbb7
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue