mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 12:56:55 -05:00
.
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user