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 4
4
import React from 'react'
5
5
import PropTypes from 'prop-types'
6
6
import { Redirect , Route , Switch , withRouter } from 'react-router-dom'
7
- import { decodeToken } from 'tc-auth-lib'
8
7
import _ from 'lodash'
9
8
import renderApp from './components/App'
10
9
import TopBarContainer from './containers/TopbarContainer'
11
10
import Sidebar from './containers/Sidebar'
12
11
import ChallengeList from './containers/Challenges'
13
12
import ChallengeEditor from './containers/ChallengeEditor'
14
- import { getFreshToken } from 'tc-auth-lib'
13
+ import { getFreshToken , decodeToken } from 'tc-auth-lib'
15
14
import { saveToken } from './actions/auth'
16
15
import { loadChallengeDetails } from './actions/challenges'
17
16
import { connect } from 'react-redux'
You can’t perform that action at this time.
0 commit comments