summaryrefslogtreecommitdiff
path: root/src/modules/sidebar/notifpane.tsx
blob: 79290e2fad715dc389839448dc0eb276eea1ed75 (plain)
1
2
3
4
5
6
7
import Notifications from "./modules/notifications";

export default () => (
    <box vertical className="pane notifpane" name="notifpane">
        <Notifications />
    </box>
);