✨ Friend list
This commit is contained in:
@ -8,6 +8,11 @@ abstract class AppNavigation {
|
||||
label: 'social'.tr,
|
||||
page: 'social',
|
||||
),
|
||||
AppNavigationDestination(
|
||||
icon: const Icon(Icons.contacts),
|
||||
label: 'contact'.tr,
|
||||
page: 'contact',
|
||||
),
|
||||
AppNavigationDestination(
|
||||
icon: const Icon(Icons.account_circle),
|
||||
label: 'account'.tr,
|
||||
|
Reference in New Issue
Block a user