This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/date/datemathHelp.story.vue
kolaente 447641c222
All checks were successful
continuous-integration/drone/push Build is passing
chore: apply lint fixes
2024-02-07 12:23:09 +00:00

12 lines
185 B
Vue

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