aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 0855038..ec31728 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -9,11 +9,11 @@ import { CssBaseline } from '@material-ui/core';
import teal from '@material-ui/core/colors/teal';
import 'typeface-roboto';
-import Header from './Header/Header';
-import Feed from './Feed/Feed';
-import ProfileInfo from './ProfileInfo/ProfileInfo';
+import Header from './Components/Header/Header';
+import Feed from './Components/Feed/Feed';
+import ProfileInfo from './Pages/ProfilePage/ProfileInfo/ProfileInfo';
-import SignInForm from './Form/SignInForm';
+import SignInForm from './Pages/ProfilePage/Form/SignInForm';
import { User } from './types';
import { get } from './requests';