aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/about/page.tsx
blob: 4e874777577c8a318551a4fb90ec99a3726ebdc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import React from 'react';


const AboutPage: React.FC = () => {
    return (
        <div>
            <h1>About Page</h1>
            <p>Nothing here right now. Will be updated soon...</p>
            <a href="/">Back to player</a>
        </div>
    );
};

export default AboutPage;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage