Skip to content
Snippets Groups Projects
page.tsx 123 B
Newer Older
Yusuf Akgül's avatar
Yusuf Akgül committed
export default function Friends() {
    return (
        <div>
            <h1>Friends Page WIP</h1>
        </div>
    )
}