+
+
{BigTitle}
+
+ Overview
+ {">"}
+ {BigTitle}
+ {SecondTitle !== '' ?
+ {">"}
+ : ""}
+ {SecondTitle !== '' ?
+ {SecondTitle}
+ : ""}
+ {ThirdTitle !== '' ?
+ {">"}
+ : ""}
+ {ThirdTitle !== '' ?
+ {ThirdTitle}
+ : ""}
+ {FourthTitle !== '' ?
+ {">"}
+ : ""}
+ {FourthTitle !== '' ?
+ {FourthTitle}
+ : ""}
+
+
+ );
+};
+
+export default PageTitle;
diff --git a/src/components/PageTitle/index.ts b/src/components/PageTitle/index.ts
new file mode 100644
index 0000000..1629166
--- /dev/null
+++ b/src/components/PageTitle/index.ts
@@ -0,0 +1 @@
+export { default } from "./PageTitle";
diff --git a/src/i18n/en/dashboard.json b/src/i18n/en/dashboard.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/src/i18n/en/dashboard.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/src/i18n/zh/dashboard.json b/src/i18n/zh/dashboard.json
new file mode 100644
index 0000000..d80cb57
--- /dev/null
+++ b/src/i18n/zh/dashboard.json
@@ -0,0 +1,3 @@
+{
+ "Dashboard": "儀表板"
+}
\ No newline at end of file