import { bind } from 'astal'; import { Gtk } from 'astal/gtk3'; import { notifdService } from 'src/lib/constants/services'; export const Placeholder = (): JSX.Element => { return ( ); };