mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
10 lines
163 B
JavaScript
Executable File
10 lines
163 B
JavaScript
Executable File
import React from "react"
|
|
import loadable from "@loadable/component"
|
|
|
|
export default {
|
|
icon: "MdOutlineCode",
|
|
label: "Extensions",
|
|
settings: [
|
|
|
|
]
|
|
} |