Skip to content

Commit

Permalink
fix(ShowComputedStyles): fix filename and export
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed Jul 30, 2018
1 parent 5029ebf commit b11d568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ShowComputedStyle from './ShowComputedStyle';
import ShowComputedStyles from './ShowComputedStyles';
import ShowMargin from './ShowMargin';
import ShowPadding from './ShowPadding';
import ShowPseudo from './ShowPseudo';

export {ShowComputedStyle, ShowMargin, ShowPadding, ShowPseudo};
export {ShowComputedStyles, ShowMargin, ShowPadding, ShowPseudo};

0 comments on commit b11d568

Please sign in to comment.