diff --git a/components/lib/galleria/GalleriaThumbnails.js b/components/lib/galleria/GalleriaThumbnails.js index c2e8ae60a9..bfa553355c 100644 --- a/components/lib/galleria/GalleriaThumbnails.js +++ b/components/lib/galleria/GalleriaThumbnails.js @@ -1,6 +1,6 @@ import * as React from 'react'; import PrimeReact, { PrimeReactContext, localeOption } from '../api/Api'; -import { useMountEffect, usePrevious, useResizeListener, useUpdateEffect } from '../hooks/Hooks'; +import { useMountEffect, usePrevious, useResizeListener, useUpdateEffect } from '../hooks/Hooks'; import { ChevronDownIcon } from '../icons/chevrondown'; import { ChevronLeftIcon } from '../icons/chevronleft'; import { ChevronRightIcon } from '../icons/chevronright'; diff --git a/components/lib/utils/Utils.js b/components/lib/utils/Utils.js index 397be89ca7..5526a3b9cf 100644 --- a/components/lib/utils/Utils.js +++ b/components/lib/utils/Utils.js @@ -9,4 +9,3 @@ import UniqueComponentId from './UniqueComponentId'; import { ZIndexUtils } from './ZIndexUtils'; export { DomHandler, EventBus, IconUtils, ObjectUtils, UniqueComponentId, ZIndexUtils, _mergeProps, classNames, mask, mergeProps }; -