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