Skip to content
Snippets Groups Projects
Commit ad8a61b9 authored by Alf Eaton's avatar Alf Eaton
Browse files

Refactor dashboard items

parent 616b2fe2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import React from 'react' ...@@ -2,7 +2,7 @@ import React from 'react'
import { Provider } from 'react-redux' import { Provider } from 'react-redux'
import { reducer as formReducer } from 'redux-form' import { reducer as formReducer } from 'redux-form'
import { createStore, combineReducers } from 'redux' import { createStore, combineReducers } from 'redux'
import { JournalProvider } from 'pubsweet-component-xpub-app' import { JournalProvider } from 'pubsweet-component-xpub-app/src/components'
import * as journal from '../config/journal' import * as journal from '../config/journal'
import 'xpub-fonts' import 'xpub-fonts'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment