mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-15 13:34:16 +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>
|
|
} |