mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
8 lines
272 B
TypeScript
8 lines
272 B
TypeScript
/**
|
|
* 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";
|