removed post_options from screens constant

This commit is contained in:
Avinash Lingaloo
2022-02-11 12:34:33 +04:00
parent 24caa9773f
commit 863e2faaf7

View File

@@ -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,
};