Renames
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
// @flow
|
||||
import AtlasPreview from './AtlasPreview';
|
||||
export default AtlasPreview;
|
||||
@@ -1,3 +0,0 @@
|
||||
// @flow
|
||||
import AtlasPreviewLoading from './AtlasPreviewLoading';
|
||||
export default AtlasPreviewLoading;
|
||||
@@ -5,11 +5,11 @@ import { Link } from 'react-router-dom';
|
||||
|
||||
import DocumentLink from './components/DocumentLink';
|
||||
|
||||
import styles from './AtlasPreview.scss';
|
||||
import styles from './Collection.scss';
|
||||
// import classNames from 'classnames/bind';
|
||||
// const cx = classNames.bind(styles);
|
||||
|
||||
@observer class AtlasPreview extends React.Component {
|
||||
@observer class Collection extends React.Component {
|
||||
static propTypes = {
|
||||
data: React.PropTypes.object.isRequired,
|
||||
};
|
||||
@@ -37,4 +37,4 @@ import styles from './AtlasPreview.scss';
|
||||
}
|
||||
}
|
||||
|
||||
export default AtlasPreview;
|
||||
export default Collection;
|
||||
3
frontend/components/Collection/index.js
Normal file
3
frontend/components/Collection/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// @flow
|
||||
import Collection from './Collection';
|
||||
export default Collection;
|
||||
3
frontend/components/PreviewLoading/index.js
Normal file
3
frontend/components/PreviewLoading/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// @flow
|
||||
import PreviewLoading from './PreviewLoading';
|
||||
export default PreviewLoading;
|
||||
Reference in New Issue
Block a user