Skip to content

Commit cdbe28b

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

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/left-panel/components

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx

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

1212
import { useLeftPanelStore } from '../stores';

0 commit comments

Comments
 (0)