Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
NotificationView.js 129 B
import React from "react";

export default class NotificationView extends React.Component {
  render() {
    return false;
  }
}