8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
|
function Notifications() {
|
||
|
return (
|
||
|
<div>Coming soon</div>
|
||
|
);
|
||
|
}
|
||
|
|
||
|
export default Notifications;
|