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