Skip to content

Commit 08c0a45

Browse files
Organize imports
1 parent baa0d8a commit 08c0a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/carousel/carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { createContext, useEffect, useRef, useState } from 'react';
55
import { Provider } from 'react-aria-components';
66
import { useDebouncedCallback } from 'use-debounce';
77
import { Button, ButtonContext } from '../button';
8+
import { MediaContext } from '../content';
89
import { translations } from '../translations';
910
import { useLocale } from '../use-locale';
10-
import { MediaContext } from '../content';
1111

1212
type CarouselProps = {
1313
/** The <CarouselItem/> components to be displayed within the carousel. */

0 commit comments

Comments
 (0)