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
@@ -5,7 +5,7 @@ import { cleanup } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React, { useRef } from 'react';
import { testRender } from '../../test';
import Toolbar from './Toolbar';
import Toolbar from '../components/toolbar/Toolbar';
import { useRovingTabIndex } from './react';
afterEach(() => {