mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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; you may not use this file except in compliance with the Elastic License
|
||||||
* 2.0.
|
* 2.0.
|
||||||
*/
|
*/
|
||||||
|
import { memo } from 'react';
|
||||||
import { pure } from 'recompose';
|
|
||||||
import { ItemGrid as Component, Props as ComponentProps } from './item_grid';
|
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