Warning if similar event exists

This commit is contained in:
Sylvain Duchesne
2026-01-26 18:12:34 +01:00
parent 2415409374
commit b7f86b139f
9 changed files with 765 additions and 627 deletions
+1
View File
@@ -33,6 +33,7 @@ const screenFileMap: Record<string, string> = {
'home': 'HomeScreen.tsx',
'login': 'LoginScreen.tsx',
'profile': 'ProfileScreen.tsx',
'update-profile': 'UpdateProfileScreen.tsx',
'user-profile': 'UserProfileScreen.tsx',
'settings': 'SettingsScreen.tsx',
'events': 'EventsScreen.tsx',