diff --git a/app/soapbox/features/ui/index.js b/app/soapbox/features/ui/index.js
index 7a35dc488..bc50ca114 100644
--- a/app/soapbox/features/ui/index.js
+++ b/app/soapbox/features/ui/index.js
@@ -41,7 +41,7 @@ import { expandNotifications } from '../../actions/notifications';
import { fetchScheduledStatuses } from '../../actions/scheduled_statuses';
import { connectUserStream } from '../../actions/streaming';
import { expandHomeTimeline } from '../../actions/timelines';
-import PreHeader from '../../features/public_layout/components/pre_header';
+// import PreHeader from '../../features/public_layout/components/pre_header';
// import GroupSidebarPanel from '../groups/sidebar_panel';
import BackgroundShapes from './components/background_shapes';
@@ -727,7 +727,7 @@ class UI extends React.PureComponent {