feat: allow per-node overrides for Proxmox endpoints
This commit is contained in:
parent
20ff56aceb
commit
87cab2b882
1 changed files with 5 additions and 0 deletions
5
frontend-modern/src/components/NotificationContainer.tsx
Normal file
5
frontend-modern/src/components/NotificationContainer.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type { Component } from 'solid-js';
|
||||
|
||||
const NotificationContainer: Component = () => null;
|
||||
|
||||
export default NotificationContainer;
|
||||
Loading…
Reference in a new issue