Skip to content

Commit

Permalink
change file
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Sep 16, 2024
1 parent 4098c1f commit 725e07f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import withTracking from "./components/Hocs/withTracking";
import LazyLoader from "./components/LazyLoader";

Check failure on line 5 in src/router.tsx

View workflow job for this annotation

GitHub Actions / Typecheck (Strict)

Module './components/LazyLoader' was resolved to '/home/runner/work/crdc-datahub-ui/crdc-datahub-ui/src/components/LazyLoader/index.tsx', but '--jsx' is not set.
import RequireAuth from "./components/RequireAuth";

Check failure on line 6 in src/router.tsx

View workflow job for this annotation

GitHub Actions / Typecheck (Strict)

Module './components/RequireAuth' was resolved to '/home/runner/work/crdc-datahub-ui/crdc-datahub-ui/src/components/RequireAuth/index.tsx', but '--jsx' is not set.

// changing this file

// Layouts
const MainLayout = withTracking(Layout);

Expand Down

0 comments on commit 725e07f

Please sign in to comment.