Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Co-authored-by: Ruggero <[email protected]>
  • Loading branch information
Fabricevladimir and cgero-eth authored Jan 10, 2024
1 parent f792653 commit 9e700ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/switch/switch.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fireEvent, render, screen } from '@testing-library/react';
import { Switch, type ISwitchProps } from '../switch';
import { Switch, type ISwitchProps } from './switch';

describe('<Switch /> component', () => {
const createTestComponent = (props?: Partial<ISwitchProps>) => {
Expand Down

0 comments on commit 9e700ac

Please sign in to comment.