frontend/src/components/tasks/partials/reminders.story.vue
Dominik Pschenitschni 811254e6a9
wip: base review
(cherry picked from commit 3bb64f078cf333f174d247dc404355f2c8437cfd)
2023-05-31 16:25:33 +02:00

12 lines
185 B
Vue

<script setup lang="ts">
import reminders from './reminders.vue'
</script>
<template>
<Story>
<Variant title="Default">
<reminders />
</Variant>
</Story>
</template>