import React from 'react'; const AboutPage: React.FC = () => { return (

About Page

Nothing here right now. Will be updated soon...

Back to player
); }; export default AboutPage;