fix: use scss for datemathHelp #2690

Merged
konrad merged 1 commits from dpschen/frontend:feature/use-scss-for-datemathHelp into main 2022-11-12 14:38:33 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -110,13 +110,13 @@
</template>
<script lang="ts" setup>
import { formatDate } from '@/helpers/time/formatDate'
import {formatDate} from '@/helpers/time/formatDate'
import BaseButton from '@/components/base/BaseButton.vue'
const exampleDate = formatDate(new Date(), 'yyyy-MM-dd')
</script>
<style scoped>
<style scoped lang="scss">
.how-it-works-modal {
font-size: 1rem;
}