File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/self-inspect/src/app Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { ClientScriptInfo } from ' ~~ /types'
2+ import type { ClientScriptInfo } from ' ../.. /types'
33import { computed } from ' vue'
44
55const props = defineProps <{
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { DevtoolsPluginInfo } from ' ~~ /types'
2+ import type { DevtoolsPluginInfo } from ' ../.. /types'
33import { computed , ref } from ' vue'
44
55const props = defineProps <{
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { DevtoolsPluginInfo } from ' ~~ /types'
2+ import type { DevtoolsPluginInfo } from ' ../.. /types'
33import { useRpc } from ' #imports'
44import { onMounted , shallowRef } from ' vue'
55import { useRefreshProvider } from ' ../composables/refresh'
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { ClientScriptInfo } from ' ~~ /types'
2+ import type { ClientScriptInfo } from ' ../.. /types'
33import { useRpc } from ' #imports'
44import { onMounted , shallowRef } from ' vue'
55import { useRefreshProvider } from ' ../composables/refresh'
You can’t perform that action at this time.
0 commit comments