From e9eba2e2914e6c9aa01dd3d6267c969bcba3bb2f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:06:27 +1100 Subject: cleanup: remove popdown stuff Popdowns were replaced with the sidebar --- src/modules/popdowns/index.tsx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/modules/popdowns/index.tsx (limited to 'src/modules/popdowns/index.tsx') diff --git a/src/modules/popdowns/index.tsx b/src/modules/popdowns/index.tsx deleted file mode 100644 index fb9abf7..0000000 --- a/src/modules/popdowns/index.tsx +++ /dev/null @@ -1,19 +0,0 @@ -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"; - -export default () => { - ; - ; - ; - ; - ; - ; - ; - - return null; -}; -- cgit v1.2.3-freya