File tree Expand file tree Collapse file tree 11 files changed +8
-8
lines changed Expand file tree Collapse file tree 11 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<script >
27
27
import feather from ' feather-icons' ;
28
- import AppHeader from ' ./components/AppHeader' ;
29
- import AppFooter from ' ./components/AppFooter' ;
28
+ import AppHeader from ' ./components/shared/ AppHeader' ;
29
+ import AppFooter from ' ./components/shared/ AppFooter' ;
30
30
31
31
export default {
32
32
components: {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 98
98
</template >
99
99
100
100
<script >
101
- import ThemeSwitcher from ' ./ThemeSwitcher' ;
102
- import HireMeModal from ' ./HireMeModal.vue' ;
101
+ import ThemeSwitcher from ' .. /ThemeSwitcher' ;
102
+ import HireMeModal from ' .. /HireMeModal.vue' ;
103
103
import feather from ' feather-icons' ;
104
104
import AppHeaderLinks from ' ./AppHeaderLinks.vue' ;
105
105
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
</template >
17
17
18
18
<script >
19
- import AboutMe from ' @/components/AboutMe' ;
20
- import AboutCounter from ' @/components/AboutCounter' ;
21
- import AboutClients from ' @/components/AboutClients' ;
19
+ import AboutMe from ' @/components/about/ AboutMe' ;
20
+ import AboutCounter from ' @/components/about/ AboutCounter' ;
21
+ import AboutClients from ' @/components/about/ AboutClients' ;
22
22
import feather from ' feather-icons' ;
23
23
24
24
export default {
Original file line number Diff line number Diff line change 19
19
</template >
20
20
21
21
<script >
22
- import AppBanner from ' @/components/AppBanner' ;
22
+ import AppBanner from ' @/components/shared/ AppBanner' ;
23
23
import ProjectsGrid from ' ../components/projects/ProjectsGrid.vue' ;
24
24
25
25
export default {
You can’t perform that action at this time.
0 commit comments