shellphone.app/app/routes/__app/settings/notifications.tsx

8 lines
99 B
TypeScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
function Notifications() {
return (
<div>Coming soon</div>
);
}
export default Notifications;