From 4b9899225790b76b8ff525bf8fffc8cc0c831af7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 7 Apr 2023 10:30:58 -0500 Subject: Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418) --- src/lib/strings/url-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/strings/url-helpers.ts') 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' -- cgit 1.4.1