remove unused import - after translations

This commit is contained in:
atlasan 2023-01-31 16:34:45 +01:00
parent 31627c2060
commit 22325f7299
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import 'package:gecko/widgets/commons/smooth_transition.dart';
import 'package:provider/provider.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:truncate/truncate.dart';
import 'package:tutorial_coach_mark/tutorial_coach_mark.dart';
// import 'package:tutorial_coach_mark/tutorial_coach_mark.dart';
class WalletsHome extends StatefulWidget {
const WalletsHome({Key? key}) : super(key: key);