Fix all features

This commit is contained in:
2024-07-30 02:15:04 +09:00
parent 9c98d3ed53
commit 3d7a5ae0c1
11 changed files with 268 additions and 69 deletions

View File

@ -34,4 +34,6 @@ abstract class Routes {
static const MEMBER_DETAIL = '/member-detail';
static const ENTRY_LIST = '/entry-list';
static const ENTRY_DETAIL = '/entry-detail';
static const EVENT_ENTRIES = '/event-entries';
}