chore: Moves the hooks folder to the src folder (#17896)

This commit is contained in:
Michael S. Molina
2022-01-07 09:25:06 -03:00
committed by GitHub
parent 3b5cee4d99
commit 53d8d383cc
37 changed files with 19 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ import OptionWrapper from 'src/explore/components/controls/DndColumnSelectContro
import { OptionSelector } from 'src/explore/components/controls/DndColumnSelectControl/utils';
import { DatasourcePanelDndItem } from 'src/explore/components/DatasourcePanel/types';
import { DndItemType } from 'src/explore/components/DndItemType';
import { useComponentDidUpdate } from 'src/common/hooks/useComponentDidUpdate';
import { useComponentDidUpdate } from 'src/hooks/useComponentDidUpdate';
import ColumnSelectPopoverTrigger from './ColumnSelectPopoverTrigger';
import { DndControlProps } from './types';