export default function ThreadsPage() {
    return (
        <div>
            <h1>Threads WIP</h1>
        </div>
    )
}