Skip to content

Commit

Permalink
Remove exports and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vindl authored and david-szabo97 committed Nov 17, 2020
1 parent f74e5ff commit cc2b87b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/edit-site/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ export function initialize( id, settings ) {
render( <Editor />, document.getElementById( id ) );
}

export { default as __experimentalFullscreenModeClose } from './components/header/fullscreen-mode-close';
export { default as __experimentalNavigationToggle } from './components/navigation-sidebar/navigation-toggle';
1 change: 0 additions & 1 deletion packages/edit-site/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@import "./components/block-editor/style.scss";
@import "./components/header/style.scss";
@import "./components/header/document-actions/style.scss";
@import "./components/header/fullscreen-mode-close/style.scss";
@import "./components/header/more-menu/style.scss";
@import "./components/navigation-sidebar/navigation-toggle/style.scss";
@import "./components/navigation-sidebar/navigation-panel/style.scss";
Expand Down

0 comments on commit cc2b87b

Please sign in to comment.