mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05:00
fix(ui): move getItemsPerRow to frontend src dir
Not sure how but it was in repo root Closes #8509
This commit is contained in:
@@ -27,8 +27,8 @@ import { VirtuosoGrid } from 'react-virtuoso';
|
||||
import { imagesApi, useImageDTO, useStarImagesMutation, useUnstarImagesMutation } from 'services/api/endpoints/images';
|
||||
import { useDebounce } from 'use-debounce';
|
||||
|
||||
import { getItemsPerRow } from '../../../../../../../getItemsPerRow';
|
||||
import { getItemIndex } from './getItemIndex';
|
||||
import { getItemsPerRow } from './getItemsPerRow';
|
||||
import { GalleryImage, GalleryImagePlaceholder } from './ImageGrid/GalleryImage';
|
||||
import { GallerySelectionCountTag } from './ImageGrid/GallerySelectionCountTag';
|
||||
import { scrollIntoView } from './scrollIntoView';
|
||||
|
||||
@@ -24,8 +24,8 @@ import { VirtuosoGrid } from 'react-virtuoso';
|
||||
import { videosApi } from 'services/api/endpoints/videos';
|
||||
import { useDebounce } from 'use-debounce';
|
||||
|
||||
import { getItemsPerRow } from '../../../../../../../getItemsPerRow';
|
||||
import { getItemIndex } from './getItemIndex';
|
||||
import { getItemsPerRow } from './getItemsPerRow';
|
||||
import { GallerySelectionCountTag } from './ImageGrid/GallerySelectionCountTag';
|
||||
import { GalleryVideo } from './ImageGrid/GalleryVideo';
|
||||
import { GalleryVideoPlaceholder } from './ImageGrid/GalleryVideoPlaceholder';
|
||||
|
||||
Reference in New Issue
Block a user