Merge branch 'referral_in_patient' into 'development'
Add Medical Report Page See merge request Cloud_Solution/doctor_app_flutter!646merge-requests/647/merge
commit
f3e4fd5809
@ -0,0 +1,8 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class MedicalReportPage extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue