mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(formatters): correctly export and import customFormat
This commit is contained in:
@@ -3,3 +3,4 @@ export * from './utils';
|
||||
export * from './torrentio';
|
||||
export * from './torbox';
|
||||
export * from './imposter';
|
||||
export * from './custom';
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
.previewContainer {
|
||||
}
|
||||
|
||||
/* Collapsible container styling */
|
||||
.customFormatterContainer {
|
||||
background-color: #121212;
|
||||
|
||||
@@ -5,10 +5,10 @@ import {
|
||||
gdriveFormat,
|
||||
torrentioFormat,
|
||||
torboxFormat,
|
||||
customFormat,
|
||||
} from '@aiostreams/formatters';
|
||||
import { parseFilename } from '@aiostreams/parser';
|
||||
import { serviceDetails } from '@aiostreams/utils';
|
||||
import { customFormat } from '@aiostreams/formatters/src/custom';
|
||||
|
||||
interface FormatterPreviewProps {
|
||||
formatter: string;
|
||||
|
||||
Reference in New Issue
Block a user