This commit is contained in:
theofficialomega
2025-10-24 15:09:57 +02:00
parent b8060aac30
commit e985c40134
11 changed files with 21 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
import { Storage, Collection, Logger, Dictionary } from '@freearhey/core'
import { Collection, Logger, Dictionary } from '@freearhey/core'
import { Storage } from '@freearhey/storage-js'
import type { DataProcessorData } from '../../types/dataProcessor'
import type { DataLoaderData } from '../../types/dataLoader'
import { ChannelSearchableData } from '../../types/channel'

View File

@@ -1,4 +1,5 @@
import { Logger, File, Storage } from '@freearhey/core'
import { Logger } from '@freearhey/core'
import { Storage, File } from '@freearhey/storage-js'
import { ChannelsParser } from '../../core'
import { ChannelList } from '../../models'
import { pathToFileURL } from 'node:url'