diff --git a/src/header/Header.js b/src/header/Header.js index 03dd673..3ed755c 100644 --- a/src/header/Header.js +++ b/src/header/Header.js @@ -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'; diff --git a/src/header/HeaderAuthentication.js b/src/header/HeaderAuthentication.js index 6141803..1f97656 100644 --- a/src/header/HeaderAuthentication.js +++ b/src/header/HeaderAuthentication.js @@ -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'; /** diff --git a/stories/HeaderAuthentication.stories.js b/stories/HeaderAuthentication.stories.js index 9b036af..6a9a7cb 100644 --- a/stories/HeaderAuthentication.stories.js +++ b/stories/HeaderAuthentication.stories.js @@ -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: {