mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
11 lines
159 B
JavaScript
Executable File
11 lines
159 B
JavaScript
Executable File
import React from "react"
|
|
|
|
export default {
|
|
id: "notifications",
|
|
icon: "Bell",
|
|
label: "Notifications",
|
|
group: "basic",
|
|
settings: [
|
|
|
|
]
|
|
} |