about authen and access file renames

This commit is contained in:
2024-09-17 15:43:09 +02:00
parent 46c6eba8a4
commit 9e01e9bec3
8 changed files with 7 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
import 'package:flutter/material.dart';
import 'package:patient_manager/mih_packages/authentication/authCheck.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/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/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/manage_business/manageBusinessProfile.dart';
import 'package:patient_manager/mih_packages/access_review/patientAccessReview.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';