12/24/1
This commit is contained in:
12
lib/views/admin/wallet/wallet.dart
Normal file
12
lib/views/admin/wallet/wallet.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:ride/views/widgets/my_scafold.dart';
|
||||
|
||||
class Wallet extends StatelessWidget {
|
||||
const Wallet({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MyScafolld(title: 'Wallet'.tr, body: [], isleading: true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user