Skip to content

Commit

Permalink
chore: organize import (ENG-53905)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenle17 committed May 29, 2024
1 parent 6391c8f commit 2d14256
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
import { Layer } from '@bluecateng/pelagos';
import PropTypes from 'prop-types';
import { useEffect } from 'react';
import { Layer } from '@bluecateng/pelagos';
import usePlatformData from '../hooks/usePlatformData';
import SideNavMenu from '../sideNav/SideNavMenu';
import SideNavMenuSwitcher from '../sideNav/SideNavMenuSwitcher';
import HeaderAccountMenu from './HeaderAccountMenu';
import HeaderAuthentication from './HeaderAuthentication';
import HeaderHelpMenu from './HeaderHelpMenu';
import HeaderHomeNav from './HeaderHomeNav';
import HeaderLogo from './HeaderLogo';
import HeaderSystemMenu from './HeaderSystemMenu';
import HeaderHomeNav from './HeaderHomeNav';
import SideNavMenu from '../sideNav/SideNavMenu';
import usePlatformData from '../hooks/usePlatformData';
import SideNavMenuSwitcher from '../sideNav/SideNavMenuSwitcher';

import './Header.less';

Expand Down
4 changes: 2 additions & 2 deletions src/header/HeaderAuthentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
import PropTypes from 'prop-types';
import usePlatformData from '../hooks/usePlatformData';
import { SvgIcon } from '@bluecateng/pelagos';
import { faLink } from '@fortawesome/free-solid-svg-icons';
import PropTypes from 'prop-types';
import usePlatformData from '../hooks/usePlatformData';
import './HeaderAuthentication.less';

/**
Expand Down
2 changes: 1 addition & 1 deletion stories/HeaderAuthentication.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
import HeaderAuthentication from '../src/header/HeaderAuthentication';
import PlatformDataContext from '../src/components/PlatformDataContext';
import HeaderAuthentication from '../src/header/HeaderAuthentication';

const mockValue = {
data: {
Expand Down

0 comments on commit 2d14256

Please sign in to comment.