import { Gtk } from "ags/gtk4"; export const NotificationList = () => { const { VERTICAL } = Gtk.Orientation; return ( ); };