From 6d5805e66204caa599a8a2996238adf7931cb95b Mon Sep 17 00:00:00 2001
From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Date: Thu, 16 Jan 2025 23:20:39 +1100
Subject: refactor: move popdowns to own folder
And group them like osds
---
src/modules/popdowns/index.tsx | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 src/modules/popdowns/index.tsx
(limited to 'src/modules/popdowns/index.tsx')
diff --git a/src/modules/popdowns/index.tsx b/src/modules/popdowns/index.tsx
new file mode 100644
index 0000000..db3245b
--- /dev/null
+++ b/src/modules/popdowns/index.tsx
@@ -0,0 +1,9 @@
+import Notifications from "./notifications";
+import Updates from "./updates";
+
+export default () => {
+ ;
+ ;
+
+ return null;
+};
--
cgit v1.2.3-freya