1
0
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:
Ivar Conradi Østhus 2025-04-08 20:27:37 +02:00
parent 15005f24fb
commit a7f9f2208d
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -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;