mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-09 17:24:16 +00:00
9 lines
135 B
JavaScript
Executable File
9 lines
135 B
JavaScript
Executable File
import React from "react"
|
|
|
|
import "./index.less"
|
|
|
|
export default (props) => {
|
|
return <div className="groupsExplorer">
|
|
|
|
</div>
|
|
} |