nosignal-shell/src/modules/sidebar/connectivity.tsx
2 * r + 2 * t 8021e580a2 sidebar: connectivity pane
Bluetooth module
2025-03-26 16:54:08 +11:00

7 lines
174 B
TypeScript

import Bluetooth from "./modules/bluetooth";
export default () => (
<box vertical className="pane connectivity" name="connectivity">
<Bluetooth />
</box>
);