diff --git a/backend/data/photo_sharing.db b/backend/data/photo_sharing.db index 2c7fa89..d5e4d44 100644 Binary files a/backend/data/photo_sharing.db and b/backend/data/photo_sharing.db differ diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3a4dc18..3dd76a6 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -56,37 +56,37 @@ function App() { - {/* Public gallery routes */} - - - - } /> + {/* Public gallery routes */} + + + + } /> - {/* Admin routes */} - - - } /> - }> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - - - } /> + {/* Admin routes */} + + + } /> + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + + + } /> - {/* Default redirect */} - } /> - + {/* Default redirect */} + } /> + {/* Offline indicator */} diff --git a/frontend/src/services/index.ts b/frontend/src/services/index.ts index b0d1dac..6b31d60 100644 --- a/frontend/src/services/index.ts +++ b/frontend/src/services/index.ts @@ -1,3 +1,8 @@ export { authService } from './auth.service'; export { galleryService } from './gallery.service'; -export { eventsService } from './events.service'; \ No newline at end of file +export { eventsService } from './events.service'; +export { adminService } from './admin.service'; +export { analyticsService } from './analytics.service'; +export { archiveService } from './archive.service'; +export { emailService } from './email.service'; +export { settingsService } from './settings.service'; \ No newline at end of file