From 2f609a93d52ee8eb49f79d0304d9f3ec688e633e Mon Sep 17 00:00:00 2001 From: Nik Tverd Date: Thu, 20 Jul 2023 12:10:54 +0600 Subject: [PATCH] fixup! feat: margins arranged --- .../NavigationItem/components/GithubButton/GithubButton.tsx | 2 +- .../components/NavigationButton/NavigationButton.tsx | 2 +- .../NavigationItem/components/NavigationLink/NavigationLink.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/navigation/components/NavigationItem/components/GithubButton/GithubButton.tsx b/src/navigation/components/NavigationItem/components/GithubButton/GithubButton.tsx index 340b00801..626b5599e 100644 --- a/src/navigation/components/NavigationItem/components/GithubButton/GithubButton.tsx +++ b/src/navigation/components/NavigationItem/components/GithubButton/GithubButton.tsx @@ -2,7 +2,7 @@ import React, {useEffect, useRef} from 'react'; import {NavigationGithubButton, NavigationGithubButtonIcon} from '../../../../../models'; import {block} from '../../../../../utils'; -import {NavigationItemProps} from '../../NavigationItem'; +import {NavigationItemProps} from '../../../../models'; import './GithubButton.scss'; diff --git a/src/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.tsx b/src/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.tsx index e5ec3f9b5..e5b592afb 100644 --- a/src/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.tsx +++ b/src/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.tsx @@ -4,7 +4,7 @@ import {Button, RouterLink} from '../../../../../components'; import {BlockIdContext} from '../../../../../context/blockIdContext'; import {ButtonProps} from '../../../../../models'; import {block} from '../../../../../utils'; -import {NavigationItemProps} from '../../NavigationItem'; +import {NavigationItemProps} from '../../../../models'; import './NavigationButton.scss'; diff --git a/src/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.tsx b/src/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.tsx index 0c95a5866..002891698 100644 --- a/src/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.tsx +++ b/src/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.tsx @@ -6,7 +6,7 @@ import {LocationContext} from '../../../../../context/locationContext'; import {NavigationArrow} from '../../../../../icons'; import {NavigationLinkItem} from '../../../../../models'; import {block, getLinkProps} from '../../../../../utils'; -import {NavigationItemProps} from '../../NavigationItem'; +import {NavigationItemProps} from '../../../../models'; import {ContentWrapper} from '../ContentWrapper/ContentWrapper'; import './NavigationLink.scss';