🎨 styles: form login

:%s
This commit is contained in:
lytrankieio123
2021-08-27 15:49:46 +07:00
parent ad575d097b
commit c13d70ce48
15 changed files with 214 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import classNames from 'classnames'
import React, { memo, useEffect, useState } from 'react'
import { isMobile } from 'src/utils/funtion.utils'
import ModalAuthenticate from '../ModalAuthenticate/ModalAuthenticate'
import HeaderHighLight from './components/HeaderHighLight/HeaderHighLight'
import HeaderMenu from './components/HeaderMenu/HeaderMenu'
import HeaderSubMenu from './components/HeaderSubMenu/HeaderSubMenu'
@@ -41,6 +42,7 @@ const Header = memo(({ }: Props) => {
</div>
</header>
<HeaderSubMenuMobile />
<ModalAuthenticate/>
</>
)
})