From df3b51399cbe82b083ef04230f3b340e12621afb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:55:02 +1100 Subject: sideright: make popdown window Weather requires a weather api key from https://weatherapi.com --- 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 9ee9f77..c4f4664 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 SideRight from "./sideright"; import Updates from "./updates"; export default () => { @@ -10,6 +11,7 @@ export default () => { ; ; ; + ; return null; }; -- cgit v1.2.3-freya