feat: refactoeing
This commit is contained in:
@@ -63,12 +63,12 @@ import {
|
||||
removeGraphFromStorage,
|
||||
RECOLLECTION_FILE_EXT,
|
||||
RECOLLECTION_VERSION,
|
||||
} from './recollectionGraphStorage'
|
||||
import { getLogosContent, setLogosContent } from './recollectionStore'
|
||||
} from './state/recollectionGraphStorage'
|
||||
import { getLogosContent, setLogosContent } from './state/recollectionStore'
|
||||
import { toast } from 'sonner'
|
||||
import { NewRecollectionDialog } from '@/app/kosmos/NewRecollectionDialog'
|
||||
import { RecollectionsPageBackground } from './RecollectionsPageBackground'
|
||||
import { RenameRecollectionDialog } from './RenameRecollectionDialog'
|
||||
import { RecollectionsPageBackground } from './layout/RecollectionsPageBackground'
|
||||
import { RenameRecollectionDialog } from './layout/RenameRecollectionDialog'
|
||||
import type { Recollection } from '@/app/kosmos/types'
|
||||
|
||||
const PAGE_SIZE_OPTIONS = [10, 25, 50] as const
|
||||
|
||||
Reference in New Issue
Block a user