import * as React from "react"; import UserSettingsLayout from "../../layouts/UserSettingsLayout"; import { Switch } from "../../components/Switch"; import { StaticImage } from "gatsby-plugin-image"; const NotificationsPage = () => { return ( <>

Notifications

{/* TODO: saves on change */} I agreee to get the latest news, updates and special offers delivered to my email inbox.

Statistics
{/* TODO: proper content :) */}

Si sine causa, nollem me tamen laudandis maioribus meis corrupisti nec in malis. Si sine causa, mox videro.

  • {/* TODO: saves on change */} Storage limit
  • {/* TODO: saves on change */} File limit
); }; NotificationsPage.Layout = UserSettingsLayout; export default NotificationsPage;