create Patient Profile Package

This commit is contained in:
2024-09-17 13:36:30 +02:00
parent df2d38da7e
commit 7e9729e10a
12 changed files with 14 additions and 14 deletions

View File

@@ -1,18 +1,18 @@
import 'package:flutter/material.dart';
import 'package:patient_manager/Authentication/authCheck.dart';
import 'package:patient_manager/components/addOrViewPatient.dart';
import 'package:patient_manager/MIH_Packages/patient_profile/addOrViewPatient.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/forgotPassword.dart';
import 'package:patient_manager/MIH_Packages/authentication/resetPassword.dart';
import 'package:patient_manager/MIH_Packages/fullScreenFile.dart';
import 'package:patient_manager/MIH_Packages/patient_profile/fullScreenFile.dart';
import 'package:patient_manager/MIH_Packages/manageBusinessProfile.dart';
import 'package:patient_manager/MIH_Packages/access_review/patientAccessReview.dart';
import 'package:patient_manager/MIH_Packages/patientAdd.dart';
import 'package:patient_manager/MIH_Packages/patientEdit.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/patientManager.dart';
import 'package:patient_manager/MIH_Packages/patientView.dart';
import 'package:patient_manager/MIH_Packages/patient_profile/patientView.dart';
import 'package:patient_manager/MIH_Packages/profileBusinessAdd.dart';
import 'package:patient_manager/MIH_Packages/profileBusinessUpdate.dart';
import 'package:patient_manager/MIH_Packages/mzansi_profile/profileUserUpdate.dart';