Skip to content
Snippets Groups Projects
Commit f6061262 authored by john's avatar john
Browse files

fix paths to new modules

parent ebcb8053
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import React from 'react'
import { bindActionCreators } from 'redux'
import { connect } from 'react-redux'
import * as Actions from 'pubsweet-core/app/actions'
import * as Actions from 'pubsweet-frontend/src/actions'
import Division from './Division'
import BookBuilderModal from './BookBuilderModal'
import styles from './styles/bookBuilder.local.scss'
......
......@@ -3,7 +3,8 @@ import { bindActionCreators } from 'redux'
import { connect } from 'react-redux'
import { Modal } from 'react-bootstrap'
import { LinkContainer } from 'react-router-bootstrap'
import * as Actions from 'pubsweet-core/app/actions'
import * as Actions from 'pubsweet-frontend/src/actions'
import styles from './styles/bookList.local.scss'
export class BookList extends React.Component {
......
......@@ -8,7 +8,7 @@ import { includes, get, map, flow, slice } from 'lodash'
import BookBuilderModal from './BookBuilderModal'
import ProgressIndicator from './ProgressIndicator'
import TextInput from 'pubsweet-core/app/components/PostsManager/TextInput'
import TextInput from 'pubsweet-component-posts-manager/TextInput'
import styles from './styles/bookBuilder.local.scss'
const itemTypes = {
......
import React from 'react'
import { find, union } from 'lodash'
import TextInput from 'pubsweet-core/app/components/PostsManager/TextInput'
import TextInput from 'pubsweet-component-posts-manager/TextInput'
import styles from '../styles/teamManager.local.scss'
......
......@@ -3,7 +3,7 @@ import React from 'react'
import { connect } from 'react-redux'
import { bindActionCreators } from 'redux'
import * as Actions from 'pubsweet-core/app/actions'
import * as Actions from 'pubsweet-frontend/src/actions'
// import { fragmentsOfCollection } from 'pubsweet-core/app/helpers/Utils'
import SimpleEditor from './SimpleEditor'
......
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