We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790f6c8 commit ebc78deCopy full SHA for ebc78de
app/pages/pds.vue
@@ -1,5 +1,5 @@
1
<script setup lang="ts">
2
-import type { AtprotoProfile } from '#server/api/atproto/pds-users.get.ts'
+import type { AtprotoProfile } from '#shared/types/atproto'
3
4
const router = useRouter()
5
const canGoBack = useCanGoBack()
0 commit comments