🎉 Initial Commit
This commit is contained in:
12
lib/screens/explore.dart
Normal file
12
lib/screens/explore.dart
Normal file
@ -0,0 +1,12 @@
|
||||
import 'package:auto_route/annotations.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
@RoutePage()
|
||||
class ExploreScreen extends StatelessWidget {
|
||||
const ExploreScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user