diff options
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/helpers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index 8d650a234..380f996b9 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -1,4 +1,4 @@ -import {AppBskyFeedDefs, AppBskyFeedPost} from '@atproto/api' +import {type AppBskyFeedDefs, AppBskyFeedPost} from '@atproto/api' import * as bcp47Match from 'bcp-47-match' import lande from 'lande' |