mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
renaming
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {allCatalog, allGenresList} from '../autoEmbed/allCatalog';
|
||||
import {allGetInfo} from '../autoEmbed/allGetInfo';
|
||||
import {allGetPost, allGetSearchPosts} from '../autoEmbed/allGetPost';
|
||||
import {ProviderType} from '../types';
|
||||
import {mpGetStream} from './mpGetStream';
|
||||
import { allCatalog, allGenresList } from "../autoEmbed/catalog";
|
||||
import { allGetInfo } from../autoEmbed/metafo";
|
||||
import { allGetPost, allGetSearchPosts } from "../autoEmbed/posts";
|
||||
import { ProviderType } from "../types";
|
||||
import { mpGetStream } from "./stream";
|
||||
|
||||
export const moviesApi: ProviderType = {
|
||||
catalog: allCatalog,
|
||||
|
||||
Reference in New Issue
Block a user