diff --git a/src/components/header/account-bar/account-bar.tsx b/src/components/header/account-bar/account-bar.tsx index 33b5a0f4..e470f1d6 100644 --- a/src/components/header/account-bar/account-bar.tsx +++ b/src/components/header/account-bar/account-bar.tsx @@ -1,4 +1,3 @@ - import { useTranslation } from 'react-i18next'; import { Link } from 'react-router-dom'; import styles from './account-bar.module.css'; diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index 0e719bc2..ccb8370b 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -1,4 +1,3 @@ - import { Link, useLocation, useParams } from 'react-router-dom'; import { useTranslation } from 'react-i18next'; import styles from './header.module.css'; diff --git a/src/components/header/post-buttons/post-buttons.tsx b/src/components/header/post-buttons/post-buttons.tsx index 72263e95..e85aeb67 100644 --- a/src/components/header/post-buttons/post-buttons.tsx +++ b/src/components/header/post-buttons/post-buttons.tsx @@ -1,4 +1,3 @@ - import { Link, useParams } from 'react-router-dom'; import styles from './post-buttons.module.css'; import { useTranslation } from 'react-i18next'; diff --git a/src/components/post/embed/embed.tsx b/src/components/post/embed/embed.tsx index cb559973..cff4060b 100644 --- a/src/components/post/embed/embed.tsx +++ b/src/components/post/embed/embed.tsx @@ -1,4 +1,3 @@ - import styles from './embed.module.css'; interface EmbedProps {