mirror of
https://github.com/fergalmoran/mixyboos.git
synced 2025-12-22 09:41:39 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
const NotificationsForm = () => {
|
|
return <h1>Notifications Form</h1>;
|
|
};
|
|
|
|
export default NotificationsForm;
|