Skip to content

Conversation

afposchenrieder
Copy link
Contributor

This PR includes:

  • Removing scss imports and files.
  • Reorganizing components into new directories.
  • Adding index.js files into main directories (barrels), simplifying imports and exports.

@afposchenrieder afposchenrieder marked this pull request as ready for review October 11, 2019 12:24
import EmptyResult from '../../Commons/EmptyResult/EmptyResult';
import EpochBlockTable from '../../Blocks/EpochBlockTable/EpochBlockTable';
import { EmptyResult } from '../../Commons';
import EpochBlockTable from '../EpochBlockTable/EpochBlockTable';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one has {} around and the other doesn't?

Copy link
Contributor

@ecioppettini ecioppettini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@NicolasDP NicolasDP merged commit bdc679a into input-output-hk:master Oct 16, 2019
SebastienGllmt pushed a commit to SebastienGllmt/js-chain-libs that referenced this pull request May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants