diff --git a/app/constants/screens.ts b/app/constants/screens.ts index 553bf17e29..596def55c8 100644 --- a/app/constants/screens.ts +++ b/app/constants/screens.ts @@ -28,7 +28,6 @@ export const SETTINGS_SIDEBAR = 'SettingsSidebar'; export const SSO = 'SSO'; export const THREAD = 'Thread'; export const USER_PROFILE = 'UserProfile'; -export const POST_OPTIONS = 'PostOptions'; export default { ABOUT, @@ -58,5 +57,4 @@ export default { SSO, THREAD, USER_PROFILE, - POST_OPTIONS, };