Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import '../../../../../food_delivery_client.dart';
|
||||
|
||||
class BasketPage extends StatelessWidget {
|
||||
const BasketPage({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return WLayout(
|
||||
child: Scaffold(body: Center(child: Text(context.loc.useYourTAxiAccount))),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user