summaryrefslogtreecommitdiff
path: root/src/modules/popdowns/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popdowns/index.tsx')
-rw-r--r--src/modules/popdowns/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/popdowns/index.tsx b/src/modules/popdowns/index.tsx
index ee6208d..44668a8 100644
--- a/src/modules/popdowns/index.tsx
+++ b/src/modules/popdowns/index.tsx
@@ -1,4 +1,5 @@
import BluetoothDevices from "./bluetoothdevices";
+import Networks from "./networks";
import Notifications from "./notifications";
import Updates from "./updates";
@@ -6,6 +7,7 @@ export default () => {
<Notifications />;
<Updates />;
<BluetoothDevices />;
+ <Networks />;
return null;
};