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