Notification – User - app/(application)/(user)/notifications/index.tsx - screens/Notification/ScreenNotification_V1.tsx - screens/Notification/ScreenNotification_V2.tsx Notification – Admin - app/(application)/admin/notification/index.tsx - screens/Admin/Notification-Admin/ Job - screens/Job/MainViewStatus2.tsx Docs - docs/prompt-for-qwen-code.md Deleted - screens/Notification/ScreenNotification.tsx ### No Issue
11 lines
316 B
TypeScript
11 lines
316 B
TypeScript
import Admin_ScreenNotification from "@/screens/Admin/Notification-Admin/ScreenNotificationAdmin";
|
|
import Admin_ScreenNotification2 from "@/screens/Admin/Notification-Admin/ScreenNotificationAdmin2";
|
|
|
|
export default function AdminNotification() {
|
|
return (
|
|
<>
|
|
<Admin_ScreenNotification2 />
|
|
</>
|
|
);
|
|
}
|