Skip to content

Commit ebc78de

Browse files
committed
fix: import string
1 parent 790f6c8 commit ebc78de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/pds.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 { AtprotoProfile } from '#server/api/atproto/pds-users.get.ts'
2+
import type { AtprotoProfile } from '#shared/types/atproto'
33
44
const router = useRouter()
55
const canGoBack = useCanGoBack()

0 commit comments

Comments
 (0)