refactor: stop sharing api/client specific config (#51423)

This commit is contained in:
Oliver Eyton-Williams
2023-08-29 15:05:27 +02:00
committed by GitHub
parent 2428910ad1
commit cb9d6a6243
29 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next';
import { useMediaQuery } from 'react-responsive';
import { isLanding } from '../../../utils/path-parsers';
import { Link, SkeletonSprite } from '../../helpers';
import { SEARCH_EXPOSED_WIDTH } from '../../../../../config/misc';
import { SEARCH_EXPOSED_WIDTH } from '../../../../config/misc';
import MenuButton from './menu-button';
import NavLinks, { type NavLinksProps } from './nav-links';
import NavLogo from './nav-logo';