diff options
Diffstat (limited to 'src/components/PostControls/ShareMenu/index.tsx')
-rw-r--r-- | src/components/PostControls/ShareMenu/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/PostControls/ShareMenu/index.tsx b/src/components/PostControls/ShareMenu/index.tsx index 6f59c0d42..6127ca41d 100644 --- a/src/components/PostControls/ShareMenu/index.tsx +++ b/src/components/PostControls/ShareMenu/index.tsx @@ -9,7 +9,6 @@ import { } from '@atproto/api' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -import type React from 'react' import {makeProfileLink} from '#/lib/routes/links' import {shareUrl} from '#/lib/sharing' |