refactor: address code review

This commit is contained in:
Adrian Castro
2024-02-04 18:36:21 +01:00
parent 54e270bf17
commit 4478366855
6 changed files with 53 additions and 61 deletions

View File

@@ -1,2 +1,4 @@
export const name = "tmdb";
export * from "./search";
export * from "./details";
export * from "./util";