Skip to content

Commit

Permalink
feat: use base uri path
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Mar 28, 2024
1 parent 0390e0a commit 4c00bae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import React, {useCallback, useContext, useMemo, useRef} from 'react';

import {Globe} from '@gravity-ui/icons';
import {List, Popover} from '@gravity-ui/uikit';
import block from 'bem-cn-lite';
import allLangs from 'langs';
import React, {useCallback, useContext, useMemo, useRef} from 'react';

import {usePopupState, useTranslation} from '../../../../hooks';
import {Lang} from '../../../../models';
import {getPopupPosition} from '../../../../utils';
import {Control} from '../../../Control';
import '../../Controls.scss';
import {ControlsLayoutContext} from '../../ControlsLayout';

import '../../Controls.scss';
import './LangControl.scss';

const DEFAULT_LANGS = ['en', 'ru', 'he'];
Expand Down

0 comments on commit 4c00bae

Please sign in to comment.