New CreatorMainpage more built with components
This commit is contained in:
11
src/views/main/CreatorMainPage.vue
Normal file
11
src/views/main/CreatorMainPage.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<default-layout></default-layout>
|
||||
<banner></banner>
|
||||
<FooterLayout></FooterLayout>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||
import FooterLayout from '@/layouts/FooterLayout.vue';
|
||||
import Banner from '@/views/main/CreatorViewComponents/Banner.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user