Newer
Older
alert / js / node_modules / flarum / forum / components / NotificationsPage.d.ts
@Réz István Réz István on 18 Nov 2021 272 bytes first commit
/**
 * The `NotificationsPage` component shows the notifications list. It is only
 * used on mobile devices where the notifications dropdown is within the drawer.
 */
export default class NotificationsPage extends Page {
}
import Page from "../../common/components/Page";