test(frontend): work on the frontend to have better admin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default function NotificationMGT() {
|
||||
return (
|
||||
<div>
|
||||
Manage all notifications from here instad of going to the db,
|
||||
locking some items that are auto updated on server restarts
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user