Blood Denote
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…
Reference in New Issue