Remove unused import
This commit is contained in:
parent
90f3ae75a3
commit
f5c5e57e0d
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import 'package:nekoya_flutter/components/search_form.dart';
|
|||
import 'package:nekoya_flutter/screens/about_us.dart';
|
||||
import 'package:nekoya_flutter/screens/faq.dart';
|
||||
import 'package:nekoya_flutter/utils/utils.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class Home extends StatelessWidget {
|
||||
const Home({Key? key}) : super(key: key);
|
||||
|
|
Loading…
Reference in a new issue