Skip to content

Commit 2e38185

Browse files
committed
Remove unnecessary files
1 parent 46be7db commit 2e38185

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

packages/editor/src/components/editor-interface/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { useState, useCallback } from '@wordpress/element';
1919
*/
2020
import { store as editorStore } from '../../store';
2121
import { unlock } from '../../lock-unlock';
22-
import ResponsiveEditingNotice from '../responsive-editing-notice';
2322
import EditorNotices from '../editor-notices';
2423
import Header from '../header';
2524
import InserterSidebar from '../inserter-sidebar';
@@ -185,7 +184,6 @@ export default function EditorInterface( {
185184
{ children }
186185
</>
187186
) }
188-
{ ! isPreviewMode && <ResponsiveEditingNotice /> }
189187
</>
190188
}
191189
footer={

packages/editor/src/components/responsive-editing-notice/index.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/editor/src/components/responsive-editing-notice/style.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/editor/src/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
@use "./components/collapsible-block-toolbar/style.scss" as *;
88
@use "./components/block-visibility/style.scss" as *;
99
@use "./components/blog-title/style.scss" as *;
10-
@use "./components/responsive-editing-notice/style.scss" as *;
1110
@use "./components/document-bar/style.scss" as *;
1211
@use "./components/document-outline/style.scss" as *;
1312
@use "./components/document-tools/style.scss" as *;

0 commit comments

Comments
 (0)