Skip to content

Commit

Permalink
Merge branch 'refactor-usecheckurl' into pre-authorized_code
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevanmuijden committed Nov 28, 2024
2 parents c76fc76 + 52a98c8 commit f2673ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const PrivateRoute = reactLazyWithNonDefaultExports(
() => import('./components/Auth/PrivateRoute'),
'NotificationPermissionWarning',
);

const AddCredentials = React.lazy(() => import('./pages/AddCredentials/AddCredentials'));
const Credential = React.lazy(() => import('./pages/Home/Credential'));
const CredentialHistory = React.lazy(() => import('./pages/Home/CredentialHistory'));
Expand Down

0 comments on commit f2673ae

Please sign in to comment.