export default function Notifications() {
    return (
        <div>
            <h1>Notifications Page WIP</h1>
        </div>
    )
}