moviebox/src/lib/tmdb/index.ts

6 lines
71 B
TypeScript

import { search } from "./server";
export const TMDB = {
search,
};