about summary refs log tree commit diff
path: root/src/components/PostControls/PostMenu/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PostControls/PostMenu/index.tsx')
-rw-r--r--src/components/PostControls/PostMenu/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/PostControls/PostMenu/index.tsx b/src/components/PostControls/PostMenu/index.tsx
index 1102aa9a4..950bc4f6d 100644
--- a/src/components/PostControls/PostMenu/index.tsx
+++ b/src/components/PostControls/PostMenu/index.tsx
@@ -8,7 +8,6 @@ import {
 } from '@atproto/api'
 import {msg} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
-import type React from 'react'
 
 import {type Shadow} from '#/state/cache/post-shadow'
 import {EventStopper} from '#/view/com/util/EventStopper'