about summary refs log tree commit diff
path: root/src/lib/strings/url-helpers.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-07 10:30:58 -0500
committerGitHub <noreply@github.com>2023-04-07 10:30:58 -0500
commit4b9899225790b76b8ff525bf8fffc8cc0c831af7 (patch)
tree11e0ca3320384d9cdc2d2e567be1df3c7908d37e /src/lib/strings/url-helpers.ts
parentb84533090ddc2712b44e8b53ecf1fd4049771489 (diff)
downloadvoidsky-4b9899225790b76b8ff525bf8fffc8cc0c831af7.tar.zst
Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418)
Diffstat (limited to 'src/lib/strings/url-helpers.ts')
-rw-r--r--src/lib/strings/url-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/strings/url-helpers.ts b/src/lib/strings/url-helpers.ts
index 1fa30a3ef..17a49fb26 100644
--- a/src/lib/strings/url-helpers.ts
+++ b/src/lib/strings/url-helpers.ts
@@ -1,4 +1,4 @@
-import {AtUri} from '../../third-party/uri'
+import {AtUri} from '@atproto/api'
 import {PROD_SERVICE} from 'state/index'
 import TLDs from 'tlds'