Remove unused import
This commit is contained in:
parent
ec56ad1d95
commit
aee0f3ccec
2 changed files with 1 additions and 2 deletions
lib/components
|
@ -5,7 +5,6 @@ import 'package:flutter_form_builder/flutter_form_builder.dart';
|
|||
import 'package:nekoya_flutter/api/api.dart';
|
||||
import 'package:nekoya_flutter/data/auth.dart';
|
||||
import 'package:nekoya_flutter/data/cart.dart';
|
||||
import 'package:nekoya_flutter/screens/payment.dart';
|
||||
|
||||
class CheckoutForm extends StatefulWidget {
|
||||
const CheckoutForm({Key? key}) : super(key: key);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:lottie/lottie.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class OtpBody extends StatefulWidget {
|
||||
const OtpBody({Key? key}) : super(key: key);
|
||||
|
|
Loading…
Add table
Reference in a new issue