Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Peng authored and Xiao Peng committed Jan 13, 2025
1 parent 5b47f13 commit 482e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import SeedlotReview from '../views/Seedlot/SeedlotReview';
import SeedlotRegFormClassA from '../views/Seedlot/SeedlotRegFormClassA';
import ReviewSeedlots from '../views/Seedlot/ReviewSeedlots';
import FourOhThree from '../views/ErrorViews/FourOhThree';
import FavouriteActivities from '../views/Consep/FavouriteActivity/index';
import FavouriteActivities from '../views/Consep/FavouriteActivity';

Check failure on line 18 in frontend/src/routes/index.tsx

View workflow job for this annotation

GitHub Actions / Typescript lint

Missing file extension for "../views/Consep/FavouriteActivity"

Check failure on line 18 in frontend/src/routes/index.tsx

View workflow job for this annotation

GitHub Actions / Typescript lint

Unable to resolve path to module '../views/Consep/FavouriteActivity'

const BrowserRoutes: Array<RouteObject> = [
// Ensures that root paths get redirected to
Expand Down

0 comments on commit 482e9fd

Please sign in to comment.