Skip to content

Commit

Permalink
🗑️ Remove unused constants and components
Browse files Browse the repository at this point in the history
  • Loading branch information
ostoaleonardo committed Jul 23, 2024
1 parent 75ee29a commit c3579c5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 72 deletions.
26 changes: 0 additions & 26 deletions src/constants/drive.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/constants/googleSignIn.js

This file was deleted.

4 changes: 1 addition & 3 deletions src/constants/routes.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
export const ROUTES = {
SIGN_IN: '/signin',
HOME: '/home',
CATEGORIES: '/categories',
ADD_NOTE: '(notes)',
VIEW_NOTE: '/view/',
UNLOCK_NOTE: '/unlock/',
EDIT_NOTE: '/edit/',
SETTINGS: '(settings)',
THEME: '/theme',
PROFILE: '/profile'
THEME: '/theme'
}
4 changes: 0 additions & 4 deletions src/constants/storageKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ export const STORAGE_KEYS = {
NOTES: 'notes',
CATEGORIES: 'categories',
THEME: 'theme',
CATEGORIES_FILE_ID: 'categoriesFileId',
NOTES_ID_BACKUP: 'notesIdBackup',
NOTES_TO_SYNC: 'notesToSync',
PAGE_TOKEN: 'pageToken',
USER_LANGUAGE: 'userLanguage'
}
14 changes: 0 additions & 14 deletions src/screens/SignIn/Shade.js

This file was deleted.

13 changes: 0 additions & 13 deletions src/screens/SignIn/Stripe.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/screens/SignIn/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/screens/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// Sign in screen components
export {
Shade,
Stripe
} from './SignIn'

// Home screen components
export {
FilterCarousel,
Expand Down

0 comments on commit c3579c5

Please sign in to comment.