traxxx-web/pages/stashes/@username/@stashSlug/movies/+Page.vue

11 lines
194 B
Vue

<template>
<Stash>
<h2>Movies</h2>
</Stash>
</template>
<script setup>
import Stash from '#/components/stashes/stash.vue';
// import Actors from '#/components/actors/actors.vue';
</script>