Blood Denote

er_location
Amjad amireh 5 years ago
parent 98947d5f6b
commit 20ef255ee6

@ -0,0 +1,15 @@
import 'package:flutter/cupertino.dart';
class ChildVaccinesPage extends StatefulWidget {
@override
_ChildVaccinesPageState createState() => _ChildVaccinesPageState();
}
class _ChildVaccinesPageState extends State<ChildVaccinesPage> {
@override
Widget build(BuildContext context) {
return Container();
}
}
Loading…
Cancel
Save