changes file v3

This commit is contained in:
2024-09-17 16:06:09 +02:00
parent 6a49cc951e
commit 545bb8432d
37 changed files with 47 additions and 46 deletions

View File

@@ -1,18 +1,19 @@
import 'package:flutter/material.dart';
import 'package:patient_manager/mih_packages/authentication/auth_check.dart';
import 'package:patient_manager/mih_packages/patient_profile/addOrViewPatient.dart';
import 'package:patient_manager/mih_packages/patient_profile/add_or_view_patient.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientAdd.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientEdit.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientManager.dart';
import 'package:patient_manager/objects/appUser.dart';
import 'package:patient_manager/objects/arguments.dart';
import 'package:patient_manager/mih_packages/about_mih/mih_about.dart';
import 'package:patient_manager/mih_packages/authentication/forgot_password.dart';
import 'package:patient_manager/mih_packages/authentication/reset_password.dart';
import 'package:patient_manager/mih_packages/patient_profile/fullScreenFile.dart';
import 'package:patient_manager/mih_packages/patient_profile/full_screen_file.dart';
import 'package:patient_manager/mih_packages/manage_business/manage_business_profile.dart';
import 'package:patient_manager/mih_packages/access_review/patient_access_review.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientAdd.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientEdit.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientManager.dart';
import 'package:patient_manager/mih_packages/patient_profile/patientView.dart';
import 'package:patient_manager/mih_packages/patient_profile/patient_view.dart';
import 'package:patient_manager/mih_packages/manage_business/profile_business_add.dart';
import 'package:patient_manager/mih_packages/manage_business/business_details.dart';
import 'package:patient_manager/mih_packages/mzansi_profile/profile_user_update.dart';