import React from 'react' import ContactUs from '@/components/ContactUs' const SupportPage = () => { return } export default SupportPage