✨ Check-in basis
This commit is contained in:
13
lib/screens/account/me/event_calendar.dart
Normal file
13
lib/screens/account/me/event_calendar.dart
Normal file
@ -0,0 +1,13 @@
|
||||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
|
||||
@RoutePage()
|
||||
class AccountEventCalendar extends HookConsumerWidget {
|
||||
const AccountEventCalendar({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return const Placeholder();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user