Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<script setup lang="ts">
|
||||
import TypographyHeadlines from '@/components/typography/TypographyHeadlines.vue'
|
||||
import TypographyTexts from '@/components/typography/TypographyTexts.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VRow>
|
||||
<VCol cols="12">
|
||||
<TypographyHeadlines />
|
||||
</VCol>
|
||||
|
||||
<VCol cols="12">
|
||||
<TypographyTexts />
|
||||
</VCol>
|
||||
</VRow>
|
||||
</template>
|
||||
Reference in New Issue
Block a user