import Notification from '@/shared/components/notification' function OLNotification(props: React.ComponentProps) { return (
) } export default OLNotification