Skip to content

Commit

Permalink
Merge pull request #503 from MetaCell/feature/GEP-118
Browse files Browse the repository at this point in the history
GEP-118 fix: Import react in necessary file
  • Loading branch information
enicolasgomez authored Aug 9, 2023
2 parents d11b3aa + 1d8e98e commit 086701d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/redux-react-app/src/app/icons.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as React from 'react';

export const CloseIcon = (props) => (
<svg
width={8}
Expand Down

0 comments on commit 086701d

Please sign in to comment.