mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:33:25 +00:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
export const name = "tmdb";
|
|
export * from "./search";
|
|
export * from "./details";
|
|
export * from "./util";
|