DevSpace/client/src/routes/notification.tsx

4 lines
71 B
TypeScript

export default function Notification() {
return <>Notification</>;
}