Skip to content

Commit fbc9c79

Browse files
committed
Icons page design
1 parent 336e933 commit fbc9c79

File tree

2 files changed

+14688
-1175
lines changed

2 files changed

+14688
-1175
lines changed

src/pages/icons/IconsContainer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { compose, withState, withHandlers } from 'recompose';
1+
import { compose, withState, withHandlers } from "recompose";
22

3-
import IconsView from './IconsView';
3+
import IconsView from "./IconsView";
44

55
export default compose(
6-
withState('activeTabId', 'setActiveTabId', 0),
6+
withState("activeTabId", "setActiveTabId", 0),
77
withHandlers({
88
changeActiveTabId: props => (event, id) => {
99
props.setActiveTabId(id);
1010
}
1111
})
12-
)(IconsView);
12+
)(IconsView);

0 commit comments

Comments
 (0)