diff --git a/package.json b/package.json
index 9fcbe6d..d4b2bee 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"dependencies": {
"@ant-design/aliyun-theme": "^0.0.5",
"@ant-design/colors": "^7.0.0",
+ "@ant-design/icons": "^4.7.0",
"@craco/craco": "^7.1.0",
"@rematch/core": "^2.2.0",
"@rematch/loading": "^2.1.2",
diff --git a/src/App.js b/src/App.js
index 59a2029..5b02128 100644
--- a/src/App.js
+++ b/src/App.js
@@ -4,6 +4,7 @@ import DomainOne from "@/components/domain/One";
import DomainTwo from "@/components/domain/Two";
import DomainThree from "@/components/domain/Three";
import DomainFour from "@/components/domain/Four";
+import DomainFive from "./components/domain/Five";
import "./App.less";
function App() {
@@ -14,6 +15,7 @@ function App() {