import React from 'react'; import packageInfo from '../../package.json' const VERSION = packageInfo.version; const Contact = () => { return ( <>

About this website

For questions about this website please do not hesitate to reach out to dialog (at) swingbe (dot) de.

Imprint

Stefan Begerad, Software Ingenieur Begerad
c/o WTF Kooperative eG, Hinterhaus, 3. OG
Forsmannstr. 14b
22303 Hamburg
Deutschland

Other

Version: {VERSION}

); }; export default Contact;