From 1f731072ac7e0bef369eedabfb396a41331e6ef2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:55:50 +1100 Subject: networks: make popup window --- src/modules/popdowns/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/popdowns/index.tsx') 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 () => { ; ; ; + ; return null; }; -- cgit v1.2.3-freya