Skip to content

Commit b589b2a

Browse files
committed
fixup! ♻️(frontend) Refactor language-related code
1 parent 0dec37d commit b589b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/home/components/HomeHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Box } from '@/components';
66
import { useCunninghamTheme } from '@/cunningham';
77
import { ButtonTogglePanel, Title } from '@/features/header/';
88
import { LaGaufre } from '@/features/header/components/LaGaufre';
9-
import { LanguagePicker } from '@/features/language/components';
9+
import { LanguagePicker } from '@/features/language';
1010
import { useResponsiveStore } from '@/stores';
1111

1212
export const HEADER_HEIGHT = 91;

0 commit comments

Comments
 (0)