diff --git a/frontend-modern/src/components/NotificationContainer.tsx b/frontend-modern/src/components/NotificationContainer.tsx new file mode 100644 index 0000000..f9c93aa --- /dev/null +++ b/frontend-modern/src/components/NotificationContainer.tsx @@ -0,0 +1,5 @@ +import type { Component } from 'solid-js'; + +const NotificationContainer: Component = () => null; + +export default NotificationContainer;