mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Canvas] ItemGrid refactor. (#110044)
This commit is contained in:
parent
dfa6aa8bdf
commit
dde701faaa
1 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,7 @@
|
|||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
|
||||
import { pure } from 'recompose';
|
||||
import { memo } from 'react';
|
||||
import { ItemGrid as Component, Props as ComponentProps } from './item_grid';
|
||||
|
||||
export const ItemGrid = pure<ComponentProps<any>>(Component);
|
||||
export const ItemGrid = memo<ComponentProps<any>>(Component);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue