Skip to content

Commit

Permalink
fix: fixed react module in component
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Diaz Chamorro committed Dec 20, 2019
1 parent 7b5c54f commit 8842e88
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/images/dinersclub.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g id="319" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Expand Down
2 changes: 1 addition & 1 deletion src/images/discover.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g id="319" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Expand Down
2 changes: 1 addition & 1 deletion src/images/hipercard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Expand Down
2 changes: 1 addition & 1 deletion src/images/jcb.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g fill="none">
Expand Down
2 changes: 1 addition & 1 deletion src/images/mastercard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g fill="none" fillRule="evenodd">
Expand Down
2 changes: 1 addition & 1 deletion src/images/placeholder.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Expand Down
2 changes: 1 addition & 1 deletion src/images/unionpay.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g fill="none">
Expand Down
2 changes: 1 addition & 1 deletion src/images/visa.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from "react";
import * as React from "react";

export default (
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Expand Down

0 comments on commit 8842e88

Please sign in to comment.