summaryrefslogtreecommitdiff
path: root/examples/js/notifications/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/js/notifications/app.ts')
-rw-r--r--examples/js/notifications/app.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/js/notifications/app.ts b/examples/js/notifications/app.ts
deleted file mode 100644
index ed53292..0000000
--- a/examples/js/notifications/app.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { App } from "astal/gtk3"
-import style from "./style.scss"
-import NotificationPopups from "./notifications/NotificationPopups"
-
-App.start({
- instanceName: "notifications",
- css: style,
- main: () => App.get_monitors().map(NotificationPopups),
-})