Skip to content

Commit 227c42a

Browse files
committed
chore: update
1 parent f9f2ec1 commit 227c42a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/self-inspect/src/app/components/ClientScriptsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import type { ClientScriptInfo } from '~~/types'
2+
import type { ClientScriptInfo } from '../../types'
33
import { computed } from 'vue'
44
55
const props = defineProps<{

packages/self-inspect/src/app/components/DevtoolsPluginsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import type { DevtoolsPluginInfo } from '~~/types'
2+
import type { DevtoolsPluginInfo } from '../../types'
33
import { computed, ref } from 'vue'
44
55
const props = defineProps<{

packages/self-inspect/src/app/pages/plugins.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import type { DevtoolsPluginInfo } from '~~/types'
2+
import type { DevtoolsPluginInfo } from '../../types'
33
import { useRpc } from '#imports'
44
import { onMounted, shallowRef } from 'vue'
55
import { useRefreshProvider } from '../composables/refresh'

packages/self-inspect/src/app/pages/scripts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import type { ClientScriptInfo } from '~~/types'
2+
import type { ClientScriptInfo } from '../../types'
33
import { useRpc } from '#imports'
44
import { onMounted, shallowRef } from 'vue'
55
import { useRefreshProvider } from '../composables/refresh'

0 commit comments

Comments
 (0)