Me when I forget to import

I love editing code on mobile 😱
This commit is contained in:
Pas 2025-03-15 09:46:13 -06:00 committed by GitHub
parent ba2c5f4e15
commit 0e6b45b670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
// import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
// import { astraScraper, novaScraper, orionScraper } from '@/providers/embeds/whvx';
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
import { uiraliveScraper } from '@/providers/sources/uiralive';
import { Stream } from '@/providers/streams';
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
import { ProviderRunnerOptions } from '@/runners/runner';