diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-14 19:49:10 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-14 19:49:10 +0300 |
commit | fabc53130685f70078343a6fd96d9a597b22008f (patch) | |
tree | e1f1eaec89d0810a725a539f0d9108e5921c0144 /src/index.tsx | |
parent | e1c44e40680d52cd1862e795fc7fbf4ab4af929f (diff) | |
download | which-ui-fabc53130685f70078343a6fd96d9a597b22008f.tar.gz |
fix: clear eslint errors
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.tsx b/src/index.tsx index 88eb87d..5888170 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,9 +9,9 @@ import { CssBaseline } from '@material-ui/core'; import teal from '@material-ui/core/colors/teal'; import 'typeface-roboto'; -import Header from './Components/Header/Header'; -import Feed from './Components/Feed/Feed'; -import ProfilePage from './Pages/ProfilePage/ProfilePage'; +import Header from './components/Header/Header'; +import Feed from './components/Feed/Feed'; +import ProfilePage from './pages/ProfilePage/ProfilePage'; import { User } from './types'; import { get } from './requests'; |