Skip to content
Snippets Groups Projects
Commit a6f3ea80 authored by Joao Siebel's avatar Joao Siebel
Browse files

Clean code

parent 38bad0a9
Branches
Tags
No related merge requests found
......@@ -2,8 +2,6 @@ import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { defineMessages, injectIntl } from 'react-intl';
import { Meteor } from 'meteor/meteor';
import Button from '/imports/ui/components/button/component';
import logoutRouteHandler from '/imports/utils/logoutRouteHandler';
import { Session } from 'meteor/session';
import { styles } from './styles';
......@@ -28,10 +26,6 @@ const intlMessages = defineMessages({
400: {
id: 'app.error.400',
},
leave: {
id: 'app.error.leaveLabel',
description: 'aria-label for leaving',
},
});
const propTypes = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment