mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-13 12:34:16 +00:00
10 lines
180 B
JavaScript
Executable File
10 lines
180 B
JavaScript
Executable File
import React from "react"
|
|
|
|
import "./index.less"
|
|
|
|
// TODO: Implement this component
|
|
export default (props) => {
|
|
return <div className="noticationsCenter">
|
|
|
|
</div>
|
|
} |