summaryrefslogtreecommitdiff
path: root/src/modules/sidebar/connectivity.tsx
blob: 437e5136eea4151314ca77e85dba0c511281bdee (plain)
1
2
3
4
5
6
7
import Bluetooth from "./modules/bluetooth";

export default () => (
    <box vertical className="pane connectivity" name="connectivity">
        <Bluetooth />
    </box>
);