chore: update frontend-build (#1155)
This commit is contained in:
@@ -17,7 +17,7 @@ import { getContentSearchConfigUrl } from '../search-manager/data/api';
|
||||
import mockResult from '../search-modal/__mocks__/search-result.json';
|
||||
import mockEmptyResult from '../search-modal/__mocks__/empty-search-result.json';
|
||||
import { getContentLibraryApiUrl, type ContentLibrary } from './data/api';
|
||||
import LibraryLayout from './LibraryLayout';
|
||||
import { LibraryLayout } from '.';
|
||||
|
||||
let store;
|
||||
const mockUseParams = jest.fn();
|
||||
|
||||
@@ -9,7 +9,7 @@ import { fireEvent, render, waitFor } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
|
||||
import initializeStore from '../../store';
|
||||
import CreateLibrary from './CreateLibrary';
|
||||
import { CreateLibrary } from '.';
|
||||
import { getContentLibraryV2CreateApiUrl } from './data/api';
|
||||
|
||||
let store;
|
||||
|
||||
Reference in New Issue
Block a user