payments card and separated /support url
This commit is contained in:
@@ -5,7 +5,7 @@ import { useForm } from '@/app/hooks/useForm'
|
||||
import Button from '@/components/ui/Button'
|
||||
import showToast from '@/components/ui/Toast'
|
||||
import useUserStore from '@/app/store/userStore'
|
||||
import ContactUs from '@/components/ContactUs'
|
||||
|
||||
import TextInput from '@/components/ui/TextInput'
|
||||
import PhoneInput from '@/components/ui/PhoneInput'
|
||||
|
||||
@@ -126,7 +126,6 @@ const AccountPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ContactUs />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user