Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 680d87e

Browse files
Code cleanup (#77)
* Code deletions according to Issue #76 * Code_cleanup #2: Move files to respective folders * changes proposed after 1st review
1 parent 846d0cc commit 680d87e

31 files changed

+8
-1360
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
ThemeProvider
1414
} from '@material-ui/core';
1515
import { MuiPickersUtilsProvider } from '@material-ui/pickers';
16-
import Auth from 'src/components/Auth';
16+
import Auth from 'src/components/auth/Auth';
1717
// import CookiesNotification from 'src/components/CookiesNotification';
1818
// import SettingsNotification from 'src/components/SettingsNotification';
1919
import GoogleAnalytics from 'src/components/GoogleAnalytics';

src/components/DraftEditor.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/components/FilesDropzone.js

Lines changed: 0 additions & 149 deletions
This file was deleted.

src/components/GenericMoreButton.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/components/GuestGuard.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/components/GuestRoute.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)