mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 21:14:15 +00:00
15 lines
273 B
JavaScript
Executable File
15 lines
273 B
JavaScript
Executable File
import React from "react"
|
|
|
|
import "./index.less"
|
|
|
|
export default (props) => {
|
|
return <div className="notificationsCenter">
|
|
<div className="header">
|
|
<h2>Notifications</h2>
|
|
</div>
|
|
|
|
<div className="content">
|
|
|
|
</div>
|
|
</div>
|
|
} |