mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
fix: add missing import after rebase
This commit is contained in:
parent
15005f24fb
commit
a7f9f2208d
@ -30,6 +30,7 @@ import { ReactComponent as LogoOnlyWhite } from 'assets/img/logo.svg';
|
||||
import { ReactComponent as LogoOnly } from 'assets/img/logoDark.svg';
|
||||
import { Link } from 'react-router-dom';
|
||||
import { useFlag } from '@unleash/proxy-client-react';
|
||||
import { useUiFlag } from 'hooks/useUiFlag';
|
||||
|
||||
export const MobileNavigationSidebar: FC<{
|
||||
onClick: () => void;
|
||||
|
Loading…
Reference in New Issue
Block a user