Browse Source

Remove unused import

Vishnu Mohandas 4 years ago
parent
commit
26c4427b6b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/ui/ott_verification_page.dart

+ 0 - 1
lib/ui/ott_verification_page.dart

@@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
 import 'package:flutter/widgets.dart';
 import 'package:photos/core/configuration.dart';
 import 'package:photos/ui/common_elements.dart';
-import 'package:photos/ui/email_entry_page.dart';
 import 'package:photos/services/user_service.dart';
 
 class OTTVerificationPage extends StatefulWidget {