Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 25, 2020
1 parent b6bebc5 commit 4854cde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
Expand Down

0 comments on commit 4854cde

Please sign in to comment.