notifications ok
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { useContext } from "react";
|
||||
import { NotificationContext } from "../providers/NotificationProvider";
|
||||
|
||||
export default function useNotifications() {
|
||||
return useContext(NotificationContext);
|
||||
}
|
||||
Reference in New Issue
Block a user