|
|
|
@ -1,9 +1,9 @@
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app_scaffold_widget.dart';
|
|
|
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
|
|
import '../../lookups/auth_lookup.dart';
|
|
|
|
import '../../lookups/auth_lookup.dart';
|
|
|
|
import '../../widgets/auth/auth_header.dart';
|
|
|
|
import '../../widgets/auth/auth_header.dart';
|
|
|
|
import '../../widgets/auth/verfiy_account.dart';
|
|
|
|
import '../../widgets/auth/verfiy_account.dart';
|
|
|
|
|
|
|
|
import '../../widgets/shared/app_scaffold_widget.dart';
|
|
|
|
|
|
|
|
|
|
|
|
class VerifyAccountScreen extends StatelessWidget {
|
|
|
|
class VerifyAccountScreen extends StatelessWidget {
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
|