import Meta from '../../components/meta/Meta'; import Layout from '../../layouts/Layout'; import styles from '../../styles/modules/pages/contact/contact.module.scss'; const Contact = () => { return ( <> Contact You can use{' '} GitHub {' '} or{' '} Codeberg {' '} for general issues, questions, or requests. In case you wish to contact me personally, I'm reachable via{' '} [matrix] {' '} and{' '} email . > ); }; export default Contact;
You can use{' '} GitHub {' '} or{' '} Codeberg {' '} for general issues, questions, or requests.
In case you wish to contact me personally, I'm reachable via{' '} [matrix] {' '} and{' '} email .