import { bind } from 'astal'; import { App } from 'astal/gtk3'; import AstalNotifd from 'gi://AstalNotifd'; import Separator from '../../misc/separator'; const SPACING = 4; // Types import PopupWindow from '../../misc/popup-window'; export default () => { const notifications = AstalNotifd.get_default(); return ( ); };