Files
mixyboos/src/app/(user)/settings/(pages)/notifications/page.tsx
2023-06-11 15:06:26 +01:00

6 lines
110 B
TypeScript

const NotificationsForm = () => {
return <h1>Notifications Form</h1>;
};
export default NotificationsForm;