From 634de93076cf3e7c5e1582e08ab756893e7e38f8 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 23 May 2022 01:26:39 +0700 Subject: [PATCH] Remove unused import --- lib/components/forgot_pass_body.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/forgot_pass_body.dart b/lib/components/forgot_pass_body.dart index 9c2f09d..798aac4 100644 --- a/lib/components/forgot_pass_body.dart +++ b/lib/components/forgot_pass_body.dart @@ -2,7 +2,6 @@ import 'package:lottie/lottie.dart'; import 'package:flutter/material.dart'; import 'package:nekoya_flutter/api/api.dart'; -import 'package:nekoya_flutter/screens/otp.dart'; class ForgotPassBody extends StatefulWidget { const ForgotPassBody({Key? key}) : super(key: key);