diff --git a/components/Layout.tsx b/components/Layout.tsx index b819f68..862210d 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -7,7 +7,7 @@ import { import { getAttendances, getUsers, getUserById, logout, searchGlobal, getNotifications, markNotificationAsRead, markAllNotificationsAsRead, - deleteNotification, clearAllNotifications + deleteNotification, clearAllNotifications, returnToSuperAdmin } from '../services/dataService'; import { User } from '../types'; @@ -212,7 +212,19 @@ export const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {/* User Profile Mini - Now Clickable to Profile */} -