Web:Common:Navigation: fix import isMobile

This commit is contained in:
Timofey Boyko 2022-05-11 12:55:40 +03:00
parent 656a804a50
commit 8fdf027b8b

View File

@ -1,6 +1,6 @@
import styled, { css } from "styled-components";
import { isMobileOnly } from "react-device-detect";
import { tablet, mobile, isMobile } from "@appserver/components/utils/device";
import { isMobile, isMobileOnly } from "react-device-detect";
import { tablet, mobile } from "@appserver/components/utils/device";
const StyledContainer = styled.div`
${(props) =>