Skip to content

Commit

Permalink
docs(guides): fix icon-packages code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMalige authored and artyorsh committed Jan 8, 2020
1 parent 4cc0241 commit a951ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/articles/guides/icon-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const App = () => (
<ApplicationProvider mapping={mapping} theme={lightTheme}>
<HomeScreen />
</ApplicationProvider>
<React.Fragment />
</React.Fragment>
);

export default App;
Expand Down

0 comments on commit a951ff5

Please sign in to comment.