We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3e112 commit 5d8cd0bCopy full SHA for 5d8cd0b
src/components/BrowserMenu/BrowserMenu.react.js
@@ -5,12 +5,12 @@
5
* This source code is licensed under the license found in the LICENSE file in
6
* the root directory of this source tree.
7
*/
8
-import Popover from 'components/Popover/Popover.react';
+import styles from 'components/BrowserMenu/BrowserMenu.scss';
9
import Icon from 'components/Icon/Icon.react';
10
+import Popover from 'components/Popover/Popover.react';
11
import Position from 'lib/Position';
12
import PropTypes from 'lib/PropTypes';
13
import React from 'react';
-import styles from 'components/BrowserMenu/BrowserMenu.scss';
14
15
export default class BrowserMenu extends React.Component {
16
constructor() {
0 commit comments