7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import Bluetooth from "./modules/bluetooth";
|
|
|
|
export default () => (
|
|
<box vertical className="pane connectivity" name="connectivity">
|
|
<Bluetooth />
|
|
</box>
|
|
);
|