payments card and separated /support url
This commit is contained in:
8
frontend/app/(urls)/account/support/page.tsx
Normal file
8
frontend/app/(urls)/account/support/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import ContactUs from '@/components/ContactUs'
|
||||
|
||||
const SupportPage = () => {
|
||||
return <ContactUs />
|
||||
}
|
||||
|
||||
export default SupportPage
|
||||
Reference in New Issue
Block a user