feat:mai page done
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import '../../../../../food_delivery_client.dart';
|
||||
|
||||
class TransactionsPage extends StatelessWidget {
|
||||
const TransactionsPage({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: Column(children: [Center(child: Text("transactions"))]),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user