import { PropsWithChildren, FC } from 'react' export const NotificationProvider: FC = ({ children }) => { return children }