Remove unused import
This commit is contained in:
parent
7e336bb935
commit
634de93076
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import 'package:lottie/lottie.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
import 'package:nekoya_flutter/api/api.dart';
|
import 'package:nekoya_flutter/api/api.dart';
|
||||||
import 'package:nekoya_flutter/screens/otp.dart';
|
|
||||||
|
|
||||||
class ForgotPassBody extends StatefulWidget {
|
class ForgotPassBody extends StatefulWidget {
|
||||||
const ForgotPassBody({Key? key}) : super(key: key);
|
const ForgotPassBody({Key? key}) : super(key: key);
|
||||||
|
|
Loading…
Reference in a new issue