💻 | Rename components

This commit is contained in:
2021-04-08 22:04:20 +02:00
parent 249c675db8
commit 09abc1ea9c
7 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
<template> <template>
<main> <main>
<Banner /> <Banner />
<AboutPreview /> <AboutHome />
<PostsPreview /> <PostsHome />
<ProjectsPreview /> <ProjectsHome />
<StrategyPreview /> <StrategyHome />
<AdPreview /> <AdHome />
</main> </main>
</template> </template>