mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
components/toolbar: move from utils
This is a better home.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { ButtonGroup } from '@blueprintjs/core';
|
||||
import React, { useRef } from 'react';
|
||||
import UtilsToolbar from '../utils/Toolbar';
|
||||
import UtilsToolbar from '../components/toolbar/Toolbar';
|
||||
import { useRovingTabIndex } from '../utils/react';
|
||||
import BluetoothButton from './buttons/bluetooth/BluetoothButton';
|
||||
import FlashButton from './buttons/flash/FlashButton';
|
||||
|
||||
Reference in New Issue
Block a user