import "./index.scss"; export default function Notification({ children }) { return
{children}
; }