[SetPushRequest] Use correct import

Took 3 minutes
This commit is contained in:
Marcel 2019-06-25 15:51:09 +02:00
parent 8ac7b01d53
commit e5464f1c49

View file

@ -20,8 +20,8 @@
* You should have received a copy of the GNU General Public License
* along with famedly. If not, see <http://www.gnu.org/licenses/>.
*/
import 'package:flutter/widgets.dart';
import 'package:json_annotation/json_annotation.dart';
import 'package:meta/meta.dart';
part 'SetPushersRequest.g.dart';