added notifications page

This commit is contained in:
srgooglo 2022-09-08 19:05:38 +02:00
parent a7f47ea059
commit 07d99cd68d
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import React from "react"
import "./index.less"
// TODO: Implement this component
export default (props) => {
return <div className="noticationsCenter">
</div>
}

View File

@ -0,0 +1,3 @@
.noticationsCenter {
display: flex;
}