Move "SelectableCollection" to "base" folder

This commit is contained in:
schroda
2025-10-04 00:14:11 +02:00
parent 9329ef5fdc
commit 3e98b5172d
13 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ import { Link } from 'react-router-dom';
import SyncIcon from '@mui/icons-material/Sync';
import Dialog from '@mui/material/Dialog';
import { Mangas } from '@/features/manga/services/Mangas.ts';
import { SelectableCollectionReturnType } from '@/features/collection/hooks/useSelectableCollection.ts';
import { SelectableCollectionReturnType } from '@/base/collection/hooks/useSelectableCollection.ts';
import { MenuItem } from '@/base/components/menu/MenuItem.tsx';
import {
createGetMenuItemTitle,