/** * 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 { constructor(); bodyClass: string | undefined; } import Page from "../../common/components/Page";