refactor folder hooks/auth

This commit is contained in:
lytrankieio123
2021-09-30 09:27:01 +07:00
parent 6c28dc3d7d
commit 4a9c36bf0a
13 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
import { Layout } from 'src/components/common'
import useActiveCustomer from 'src/components/hooks/useActiveCustomer'
import { useActiveCustomer } from 'src/components/hooks/auth'
import { AccountPage, AccountSignIn } from 'src/components/modules/account'
const Account = () => {