mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
components/toolbar: move from utils
This is a better home.
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user