payments card and separated /support url

This commit is contained in:
2025-05-22 16:08:40 +03:00
parent 6963fdb17a
commit 29d3af2ea1
16 changed files with 481 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
import React from 'react'
import ContactUs from '@/components/ContactUs'
const SupportPage = () => {
return <ContactUs />
}
export default SupportPage