import type { Component } from 'solid-js'; const NotificationContainer: Component = () => null; export default NotificationContainer;