import React from "react"; import Notification from "../components/Notification"; export default function notification() { return ( <> ); }