Skip to content

Commit

Permalink
Removed unneeded permissions import
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tignor authored and Thomas Tignor committed Dec 14, 2023
1 parent 2b9b46f commit c18383f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdrs-frontend/src/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { createBrowserHistory } from 'history'
import thunkMiddleware from 'redux-thunk'
import loggerMiddleware from './middleware/logger'
import createRootReducer from './reducers'
import { permissions } from './components/Header/developer_permissions'

export const history = createBrowserHistory()

Expand Down

0 comments on commit c18383f

Please sign in to comment.