mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added notifications
page
This commit is contained in:
parent
a7f47ea059
commit
07d99cd68d
10
packages/app/src/pages/notifications/index.jsx
Normal file
10
packages/app/src/pages/notifications/index.jsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
import "./index.less"
|
||||||
|
|
||||||
|
// TODO: Implement this component
|
||||||
|
export default (props) => {
|
||||||
|
return <div className="noticationsCenter">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
}
|
3
packages/app/src/pages/notifications/index.less
Normal file
3
packages/app/src/pages/notifications/index.less
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.noticationsCenter {
|
||||||
|
display: flex;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user