Skip to content

Commit

Permalink
Update assets/router/RouterRenderer.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Orka Arnest CRUZE <33525693+ocruze@users.noreply.github.com>
  • Loading branch information
cbrousseau1 and ocruze authored Jan 7, 2025
1 parent 0f1a53f commit 6643f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/router/RouterRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DatasheetUploadIntegrationPage = lazy(() => import("../entrepot/pages/data
const DatasheetView = lazy(() => import("../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView"));

const StoredDataDetails = lazy(() => import("../entrepot/pages/data_details/StoredDataDetails"));
const UploadReport = lazy(() => import("../entrepot/pages/data_details/UploadDetails"));
const UploadDetails = lazy(() => import("../entrepot/pages/data_details/UploadDetails"));

Check failure on line 46 in assets/router/RouterRenderer.tsx

View workflow job for this annotation

GitHub Actions / JavaScript

'UploadDetails' is assigned a value but never used

Check failure on line 46 in assets/router/RouterRenderer.tsx

View workflow job for this annotation

GitHub Actions / JavaScript

'UploadDetails' is assigned a value but never used

const DatastoreCreationForm = lazy(() => import("../entrepot/pages/datastore/DatastoreCreationForm"));
const Confirm = lazy(() => import("../entrepot/pages/datastore/Confirmation"));
Expand Down

0 comments on commit 6643f4c

Please sign in to comment.