2025-02-28
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-02-28 12:23:46 +01:00
commit 650f381148
29 changed files with 599 additions and 349 deletions

View file

@ -0,0 +1,10 @@
<script setup lang="ts">
import type { TmdbMovieSearchResponseResult } from "@/libs/apis/tmdb/schemas";
defineProps<{
entryId: number;
tmdbSearchData: TmdbMovieSearchResponseResult;
}>();
</script>
<template></template>