feat: implement tmdb package

This commit is contained in:
Adrian Castro
2024-02-04 13:58:33 +01:00
parent c2b6b6a555
commit 3a4df634cf
2 changed files with 47 additions and 0 deletions

View File

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