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