aboutsummaryrefslogtreecommitdiff
path: root/src/pages/NotificationsPage/NotificationsPage.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-07-03 21:15:28 +0300
committereug-vs <eug-vs@keemail.me>2020-07-03 21:15:28 +0300
commit14926e00ec1d749d5e2c83bdcd98ed68e9b2f896 (patch)
tree1104abe0fa751b858177324b408f9bdf830ed15a /src/pages/NotificationsPage/NotificationsPage.tsx
parentd1ae44a8158a00d642e6c79a80420f585eef2b05 (diff)
downloadwhich-ui-14926e00ec1d749d5e2c83bdcd98ed68e9b2f896.tar.gz
style: fix eslint errors
Diffstat (limited to 'src/pages/NotificationsPage/NotificationsPage.tsx')
-rw-r--r--src/pages/NotificationsPage/NotificationsPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/NotificationsPage/NotificationsPage.tsx b/src/pages/NotificationsPage/NotificationsPage.tsx
index 56243f9..d162eff 100644
--- a/src/pages/NotificationsPage/NotificationsPage.tsx
+++ b/src/pages/NotificationsPage/NotificationsPage.tsx
@@ -1,4 +1,4 @@
-import React, { useState } from 'react';
+import React from 'react';
import { makeStyles } from '@material-ui/core/styles';
import { Typography } from '@material-ui/core';