浏览代码

Remove unused import

Vishnu Mohandas 4 年之前
父节点
当前提交
26c4427b6b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {