aboutsummaryrefslogtreecommitdiff
path: root/src/pages/ProfilePage/ProfilePage.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-30 00:43:48 +0300
committereug-vs <eug-vs@keemail.me>2020-06-30 00:43:48 +0300
commit5ccb1ec0be71ed4efb22b4942d70d9132415f69e (patch)
tree469128ffe7cd6e35ed1e7738860303c4f3d0200b /src/pages/ProfilePage/ProfilePage.tsx
parent1499c0126d1a7a2377b0267b761479100c636ee9 (diff)
downloadwhich-ui-5ccb1ec0be71ed4efb22b4942d70d9132415f69e.tar.gz
style: fix some eslint errors
Diffstat (limited to 'src/pages/ProfilePage/ProfilePage.tsx')
-rw-r--r--src/pages/ProfilePage/ProfilePage.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/ProfilePage/ProfilePage.tsx b/src/pages/ProfilePage/ProfilePage.tsx
index 808d43a..d354a45 100644
--- a/src/pages/ProfilePage/ProfilePage.tsx
+++ b/src/pages/ProfilePage/ProfilePage.tsx
@@ -4,8 +4,8 @@ import { User, Poll } from 'which-types';
import ProfileInfo from './ProfileInfo';
import Feed from '../../components/Feed/Feed';
import { get } from '../../requests';
-import { useAuth } from '../../hooks/useAuth';
-import { useNavigate } from '../../hooks/useNavigate';
+import { useAuth } from '../../hooks/useAuth';
+import { useNavigate } from '../../hooks/useNavigate';
const ProfilePage: React.FC = () => {