File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import { contributors } from ' ../../docs/contributors'
2
+ import { contributors } from ' ../../../ docs/contributors'
3
3
</script >
4
4
5
5
<template >
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import { coreTeamMembers } from ' ../../docs/contributors'
2
+ import { coreTeamMembers } from ' ../../../ docs/contributors'
3
3
</script >
4
4
5
5
<template >
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import type { CoreTeam } from ' ../../docs/contributors'
2
+ import type { CoreTeam } from ' ../../../ docs/contributors'
3
3
4
4
defineProps <{
5
5
data: CoreTeam
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ export {}
7
7
/* prettier-ignore */
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
- Home : typeof import ( '.. /../components/Docs/Home.vue' ) [ 'default' ]
11
- HomeContributors : typeof import ( '.. /../components/Docs/HomeContributors.vue' ) [ 'default' ]
12
- HomeSponsors : typeof import ( '.. /../components/Docs/HomeSponsors.vue' ) [ 'default' ]
13
- HomeTeam : typeof import ( '.. /../components/Docs/HomeTeam.vue' ) [ 'default' ]
10
+ Home : typeof import ( './.. /../defaults /components/Docs/Home.vue' ) [ 'default' ]
11
+ HomeContributors : typeof import ( './.. /../defaults /components/Docs/HomeContributors.vue' ) [ 'default' ]
12
+ HomeSponsors : typeof import ( './.. /../defaults /components/Docs/HomeSponsors.vue' ) [ 'default' ]
13
+ HomeTeam : typeof import ( './.. /../defaults /components/Docs/HomeTeam.vue' ) [ 'default' ]
14
14
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
15
15
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
16
16
Starport : typeof import ( 'vue-starport' ) [ 'Starport' ]
17
17
StarportCarrier : typeof import ( 'vue-starport' ) [ 'StarportCarrier' ]
18
- TeamMember : typeof import ( '.. /../components/Docs/TeamMember.vue' ) [ 'default' ]
18
+ TeamMember : typeof import ( './.. /../defaults /components/Docs/TeamMember.vue' ) [ 'default' ]
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments