Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Jul 18, 2019
1 parent 46fbb9a commit 9f23e19
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, { Component } from 'react'
import { Menu, Dropdown, Button } from 'semantic-ui-react'
import { NavLink, Link } from 'react-router-dom'
import { NavLink, Link, withRouter } from 'react-router-dom'
import { func, shape, string } from 'prop-types'
import { connect } from 'react-redux'
import { withRouter } from 'react-router-dom'
import { routes } from '../../constants'
import { userRoles, userRights, getAsUserWithoutRefreshToken } from '../../common'
import './navigationBar.css'
Expand Down

0 comments on commit 9f23e19

Please sign in to comment.