Skip to content

Commit ca3f310

Browse files
committed
Components bp for AppBanner component
1 parent 38c1515 commit ca3f310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

src/views/Home.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="container mx-auto">
33
<!-- Banner start -->
4-
<Banner />
4+
<AppBanner />
55
<!-- Banner snd -->
66

77
<!-- Projects start -->
@@ -11,14 +11,14 @@
1111
</template>
1212

1313
<script>
14-
import Banner from '@/components/home/Banner';
14+
import AppBanner from '@/components/AppBanner';
1515
import ProjectsGrid from '@/components/project/ProjectsGrid';
1616
import feather from 'feather-icons';
1717
1818
export default {
1919
name: 'Home',
2020
components: {
21-
Banner,
21+
AppBanner,
2222
ProjectsGrid,
2323
},
2424
data: () => {

0 commit comments

Comments
 (0)