mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
12 lines
208 B
JavaScript
Executable File
12 lines
208 B
JavaScript
Executable File
import React from "react"
|
|
import loadable from "@loadable/component"
|
|
|
|
export default {
|
|
id: "extensions",
|
|
icon: "MdOutlineCode",
|
|
label: "Extensions",
|
|
group: "advanced",
|
|
settings: [
|
|
|
|
]
|
|
} |