Browse Source

Remove unused imports

Vishnu 4 năm trước cách đây
mục cha
commit
043b9e8f2f
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      lib/ui/two_factor_recovery_page.dart

+ 0 - 3
lib/ui/two_factor_recovery_page.dart

@@ -1,11 +1,8 @@
 import 'dart:ui';
 
 import 'package:flutter/material.dart';
-import 'package:flutter_sodium/flutter_sodium.dart';
-import 'package:logging/logging.dart';
 import 'package:photos/services/user_service.dart';
 import 'package:photos/ui/common_elements.dart';
-import 'package:photos/utils/crypto_util.dart';
 import 'package:photos/utils/dialog_util.dart';
 
 class TwoFactorRecoveryPage extends StatefulWidget {