Add MIH_home package
This commit is contained in:
parent
fd6867897d
commit
ee1d42b94d
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import 'dart:convert';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:patient_manager/components/popUpMessages/mihLoadingCircle.dart';
|
import 'package:patient_manager/components/popUpMessages/mihLoadingCircle.dart';
|
||||||
import 'package:patient_manager/env/env.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/appUser.dart';
|
||||||
import 'package:patient_manager/objects/arguments.dart';
|
import 'package:patient_manager/objects/arguments.dart';
|
||||||
import 'package:patient_manager/objects/business.dart';
|
import 'package:patient_manager/objects/business.dart';
|
||||||
|
|
@ -160,7 +160,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
tileName: "Business Profile",
|
tileName: "Manage Business",
|
||||||
tileIcon: Icon(
|
tileIcon: Icon(
|
||||||
Icons.business,
|
Icons.business,
|
||||||
color: getSec(),
|
color: getSec(),
|
||||||
Loading…
Add table
Add a link
Reference in a new issue