2024-02-22 23:59:01 -08:00
|
|
|
// import { Switch } from "./modules/workspace-switch.js";
|
|
|
|
|
import { notificationPopup } from "./modules/notifications/notificationPopup.ts"
|
2024-02-16 21:32:55 -08:00
|
|
|
|
|
|
|
|
export default {
|
2024-02-22 23:59:01 -08:00
|
|
|
style: App.configDir + '/modules/notifications/style.css',
|
2024-02-16 21:32:55 -08:00
|
|
|
windows: [
|
2024-02-22 23:59:01 -08:00
|
|
|
notificationPopup()
|
2024-02-16 21:32:55 -08:00
|
|
|
]
|
|
|
|
|
}
|