feat: add footer content
All checks were successful
Deploy Application / deploy (push) Successful in 6s
All checks were successful
Deploy Application / deploy (push) Successful in 6s
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="min-h-screen">
|
||||
<UiHeader />
|
||||
<UiMain />
|
||||
<UiFooter />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import UiFooter from './UiFooter/UiFooter.vue'
|
||||
import UiHeader from './UiHeader/UiHeader.vue'
|
||||
import UiMain from './UiMain/UiMain.vue'
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user