We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfaf0e commit 961b574Copy full SHA for 961b574
src/common/components/navigation/header/brandLogo.tsx
@@ -1,4 +1,9 @@
1
-import { HeaderItem, HeaderItemIcon, HeaderItemText, Logo } from '@appquality/unguess-design-system';
+import {
2
+ HeaderItem,
3
+ HeaderItemIcon,
4
+ HeaderItemText,
5
+ Logo,
6
+} from '@appquality/unguess-design-system';
7
import { useTranslation } from 'react-i18next';
8
import { useAppDispatch } from 'src/app/hooks';
9
import { toggleSidebar } from 'src/features/navigation/navigationSlice';
0 commit comments