Skip to content

Commit 961b574

Browse files
committed
style(brandLogo): formatted with prettier
1 parent 3cfaf0e commit 961b574

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/common/components/navigation/header/brandLogo.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { HeaderItem, HeaderItemIcon, HeaderItemText, Logo } from '@appquality/unguess-design-system';
1+
import {
2+
HeaderItem,
3+
HeaderItemIcon,
4+
HeaderItemText,
5+
Logo,
6+
} from '@appquality/unguess-design-system';
27
import { useTranslation } from 'react-i18next';
38
import { useAppDispatch } from 'src/app/hooks';
49
import { toggleSidebar } from 'src/features/navigation/navigationSlice';

0 commit comments

Comments
 (0)