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