Add MIH_home package

This commit is contained in:
2024-09-17 14:06:19 +02:00
parent fd6867897d
commit ee1d42b94d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:patient_manager/components/popUpMessages/mihLoadingCircle.dart';
import 'package:patient_manager/env/env.dart';
import 'package:patient_manager/components/homeTileGrid.dart';
import 'package:patient_manager/MIH_Packages/MIH_Home/homeTileGrid.dart';
import 'package:patient_manager/objects/appUser.dart';
import 'package:patient_manager/objects/arguments.dart';
import 'package:patient_manager/objects/business.dart';

View File

@@ -160,7 +160,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
),
);
},
tileName: "Business Profile",
tileName: "Manage Business",
tileIcon: Icon(
Icons.business,
color: getSec(),