Skip to content

Commit

Permalink
fix(EmptyState): a typo at the import path in EmptyStateIcon.d.ts (pa…
Browse files Browse the repository at this point in the history
…tternfly#1099)

Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
  • Loading branch information
boaz0 authored and dtaylor113 committed Dec 20, 2018
1 parent d9bad7b commit 187171d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SFC, HTMLProps } from 'react';
import { OneOf, Omit } from './typeUtils';
import { OneOf, Omit } from '../../typeUtils';

export const IconSize: {
sm: 'sm';
Expand Down

0 comments on commit 187171d

Please sign in to comment.