File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 44import React from 'react'
55import PropTypes from 'prop-types'
66import { Redirect , Route , Switch , withRouter } from 'react-router-dom'
7- import { decodeToken } from 'tc-auth-lib'
87import _ from 'lodash'
98import renderApp from './components/App'
109import TopBarContainer from './containers/TopbarContainer'
1110import Sidebar from './containers/Sidebar'
1211import ChallengeList from './containers/Challenges'
1312import ChallengeEditor from './containers/ChallengeEditor'
14- import { getFreshToken } from 'tc-auth-lib'
13+ import { getFreshToken , decodeToken } from 'tc-auth-lib'
1514import { saveToken } from './actions/auth'
1615import { loadChallengeDetails } from './actions/challenges'
1716import { connect } from 'react-redux'
You can’t perform that action at this time.
0 commit comments