diff options
Diffstat (limited to 'src/modules/popdowns/index.tsx')
| -rw-r--r-- | src/modules/popdowns/index.tsx | 19 |
1 files changed, 0 insertions, 19 deletions
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 () => { - <Notifications />; - <Updates />; - <BluetoothDevices />; - <Networks />; - <Media />; - <SideRight />; - <SideLeft />; - - return null; -}; |