Skip to content

Commit

Permalink
chore(react-router): Update react-router example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 30, 2021
1 parent 5f8ac83 commit df76ab3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions example/react-router/src/routes/help/dashboard/index.js

This file was deleted.

5 changes: 5 additions & 0 deletions example/react-router/src/routes/help/dashboard/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import React from 'react';

export default function HelpDashboard() {
return <div>Help Page.</div>;
}
Empty file.
3 changes: 3 additions & 0 deletions example/react-router/src/routes/home/index.module.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.warpper {
color: red;
}
1 change: 0 additions & 1 deletion example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-redux": "7.1.18",
"@types/react-router-dom": "5.3.0",
"kkt": "6.11.0"
},
"eslintConfig": {
Expand Down

0 comments on commit df76ab3

Please sign in to comment.