Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 2e95aa2

Browse files
committed
feat: add podcast add page
1 parent 4e1cfc3 commit 2e95aa2

File tree

9 files changed

+280
-13
lines changed

9 files changed

+280
-13
lines changed

client/.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"presets": ["@babel/preset-env", "@babel/preset-react"],
3-
"plugins": [["import", { "libraryName": "antd" }]]
3+
"plugins": [["import", { "libraryName": "antd", "style": true }]]
44
}

client/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"@types/node": "^13.11.0",
1919
"@types/react": "^16.9.32",
2020
"@types/react-dom": "^16.9.6",
21+
"@types/react-router": "^5.1.5",
22+
"@types/react-router-dom": "^5.1.3",
2123
"@types/webpack": "^4.41.10",
24+
"@types/webpack-dev-server": "^3.10.1",
2225
"@typescript-eslint/eslint-plugin": "^2.27.0",
2326
"@typescript-eslint/parser": "^2.27.0",
2427
"babel-loader": "^8.1.0",
@@ -49,6 +52,8 @@
4952
"antd": "^4.1.1",
5053
"dayjs": "^1.8.23",
5154
"react": "^16.13.1",
52-
"react-dom": "^16.13.1"
55+
"react-dom": "^16.13.1",
56+
"react-router": "^5.1.2",
57+
"react-router-dom": "^5.1.2"
5358
}
5459
}

client/pnpm-lock.yaml

+195
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)