From 0518ec4214583bcc26f5b052f02fd93b12a00a77 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:16:40 +1100 Subject: bluetoothdevices: 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 db3245b..ee6208d 100644 --- a/src/modules/popdowns/index.tsx +++ b/src/modules/popdowns/index.tsx @@ -1,9 +1,11 @@ +import BluetoothDevices from "./bluetoothdevices"; import Notifications from "./notifications"; import Updates from "./updates"; export default () => { ; ; + ; return null; }; -- cgit v1.2.3-freya