Initial commit
This commit is contained in:
1
lib/feature/browse/browse.dart
Normal file
1
lib/feature/browse/browse.dart
Normal file
@@ -0,0 +1 @@
|
||||
export 'presentation/pages/browse_page/browse_page.dart';
|
||||
@@ -0,0 +1,12 @@
|
||||
import '../../../../../food_delivery_client.dart';
|
||||
|
||||
class BrowsePage extends StatelessWidget {
|
||||
const BrowsePage({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return WLayout(
|
||||
child: Scaffold(body: Center(child: Text(context.loc.mobileNumber))),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user