Skip to content

Commit 24381ba

Browse files
committed
refactor: update import statement for ScrollCardsNavigator in AppContentLayout
1 parent 88fcec2 commit 24381ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/AppContentLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { DesktopBreakpoint } from 'src/providers/DesktopBreakpoint'
33
import { MobileBreakpoint } from 'src/providers/MobileBreakpoint'
44
import { useUserPreferences } from 'src/stores/preferences'
55
import { BottomNavigation } from '../Elements'
6-
import { ScrollCardsNavigator } from './'
76
import { DesktopCards } from './DesktopCards'
87
import { MobileCards } from './MobileCards'
8+
import { ScrollCardsNavigator } from './ScrollCardsNavigator'
99

1010
export const AppContentLayout = () => {
1111
const { cards, userCustomCards } = useUserPreferences()

0 commit comments

Comments
 (0)