mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 08:12:28 +00:00
remove unused container
This commit is contained in:
@ -12,8 +12,7 @@ class BookingPage extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Row(
|
||||||
child: Row(
|
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
@ -53,7 +52,6 @@ class BookingPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
))
|
))
|
||||||
],
|
],
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user