degmods.com/src/pages/notifications.tsx

4 lines
75 B
TypeScript
Raw Normal View History

2024-10-23 15:52:53 +00:00
export const NotificationsPage = () => {
return <h2>Notifications</h2>
2024-10-23 15:52:53 +00:00
}