8889841chome/clixcotz/mars.clix.co.tz/node_modules/laravel-mix/src/components/AutomaticComponent.js000066600000000323150544166400026317 0ustar00const { Component } = require('./Component'); /** * @deprecated Instead extend `Component` and set `passive` to `true` **/ module.exports = class AutomaticComponent extends Component { passive = true; };