Skip to content

Commit 01376b5

Browse files
committed
chore: lint
1 parent 16d348a commit 01376b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blade/src/components/Carousel/__tests__/Carousel.test.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import type { StoryFn } from '@storybook/react';
33
import { within, userEvent } from '@storybook/testing-library';
44
import { expect, jest } from '@storybook/jest';
55
import type { Mock } from 'jest-mock';
6+
import React from 'react';
67
import type { CarouselProps } from '../';
78
import { Carousel as CarouselComponent } from '../';
89
import { CarouselExample } from '../Carousel.stories';
910
import { Box } from '~components/Box';
10-
import React from 'react';
1111

1212
const sleep = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
1313

0 commit comments

Comments
 (0)