From ad22dbdfebbb0def2ec2d8e2c91469e9a9e4fdf7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:31:19 +1100 Subject: sideleft: create popdown 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 c4f4664..fb9abf7 100644 --- a/src/modules/popdowns/index.tsx +++ b/src/modules/popdowns/index.tsx @@ -2,6 +2,7 @@ import BluetoothDevices from "./bluetoothdevices"; import Media from "./media"; import Networks from "./networks"; import Notifications from "./notifications"; +import SideLeft from "./sideleft"; import SideRight from "./sideright"; import Updates from "./updates"; @@ -12,6 +13,7 @@ export default () => { ; ; ; + ; return null; }; -- cgit v1.2.3-freya