components/toolbar: move from utils

This is a better home.
This commit is contained in:
David Lechner
2022-05-17 11:28:21 -05:00
parent ef7f6d15c4
commit f7dcf8b0f7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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';