From aa0d36bf796e7b12b499ab043314886184e7b936 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 12 Apr 2020 16:41:21 +0300 Subject: [PATCH] fast fix --- lib/screens/auth/verify_account_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/auth/verify_account_screen.dart b/lib/screens/auth/verify_account_screen.dart index 1b068524..8b30233f 100644 --- a/lib/screens/auth/verify_account_screen.dart +++ b/lib/screens/auth/verify_account_screen.dart @@ -1,9 +1,9 @@ -import 'package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart'; import 'package:flutter/material.dart'; import '../../lookups/auth_lookup.dart'; import '../../widgets/auth/auth_header.dart'; import '../../widgets/auth/verfiy_account.dart'; +import '../../widgets/shared/app_scaffold_widget.dart'; class VerifyAccountScreen extends StatelessWidget { @override