Skip to content

Commit

Permalink
Merge pull request #246 from sj-distributor/fixed-ci-version-optimize
Browse files Browse the repository at this point in the history
Fixed ci version optimize
  • Loading branch information
wuxin666789 authored Mar 5, 2024
2 parents e380675 + 3be7a56 commit 4a522e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"react-app"
]
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/home/hook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import { useEffect, useState } from "react";
import { useLocation, useNavigate } from "react-router-dom";
import { routerArray } from "../../router/elementRoute";

Expand Down

0 comments on commit 4a522e2

Please sign in to comment.