Skip to content

Commit

Permalink
LPD-47925 @liferay-search - modules/dxp/apps/search-experiences/searc…
Browse files Browse the repository at this point in the history
…h-experiences-web
  • Loading branch information
izaera authored and brianchandotcom committed Feb 26, 2025
1 parent 150af7d commit 334bd61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/

import {openConfirmModal} from 'frontend-js-web';
import {openConfirmModal} from 'frontend-js-components-web';
import {useEffect} from 'react';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import ClayEmptyState from '@clayui/empty-state';
import {openToast} from 'frontend-js-web';
import {openToast} from 'frontend-js-components-web';
import React, {Component} from 'react';

import {DEFAULT_ERROR} from '../utils/errorMessages';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ClayButton from '@clayui/button';
import {ClayInput} from '@clayui/form';
import ClayIcon from '@clayui/icon';
import {openSelectionModal} from 'frontend-js-web';
import {openSelectionModal} from 'frontend-js-components-web';
import React from 'react';

function ItemSelectorInput({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ClayButton from '@clayui/button';
import {ClayInput} from '@clayui/form';
import ClayMultiSelect from '@clayui/multi-select';
import {openSelectionModal} from 'frontend-js-web';
import {openSelectionModal} from 'frontend-js-components-web';
import React, {useContext, useMemo, useState} from 'react';

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/

import {openToast, sessionStorage} from 'frontend-js-web';
import {openToast} from 'frontend-js-components-web';
import {sessionStorage} from 'frontend-js-web';

import {SESSION_IDS} from './sessionStorage';

Expand Down

0 comments on commit 334bd61

Please sign in to comment.