We're currently working on this feature and will have it ready shortly.
Thank you for your patience!
diff --git a/src/pages/project/Inventory.jsx b/src/pages/project/Inventory.jsx
index 74ca9e5e..488474ec 100644
--- a/src/pages/project/Inventory.jsx
+++ b/src/pages/project/Inventory.jsx
@@ -1,21 +1,8 @@
import React from "react";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const Inventory = () => {
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
};
export default Inventory;
diff --git a/src/pages/project/ProjectDetails.jsx b/src/pages/project/ProjectDetails.jsx
index 7d3850b5..91799d67 100644
--- a/src/pages/project/ProjectDetails.jsx
+++ b/src/pages/project/ProjectDetails.jsx
@@ -18,6 +18,7 @@ import "./ProjectDetails.css";
import {useEmployeesByProjectAllocated, useProjectDetails} from "../../hooks/useProjects";
import {useDispatch} from "react-redux";
import {setProjectId} from "../../slices/localVariablesSlice";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const ProjectDetails = () => {
@@ -150,21 +151,7 @@ const ProjectDetails = () => {
}
default:
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
}
};
diff --git a/src/pages/reports/Reports.jsx b/src/pages/reports/Reports.jsx
index b14cce50..496ce1b1 100644
--- a/src/pages/reports/Reports.jsx
+++ b/src/pages/reports/Reports.jsx
@@ -1,21 +1,8 @@
import React from "react";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const Reports = () => {
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
};
export default Reports;
diff --git a/src/pages/support/Connect.jsx b/src/pages/support/Connect.jsx
index 31a19dfd..fd8d9d2f 100644
--- a/src/pages/support/Connect.jsx
+++ b/src/pages/support/Connect.jsx
@@ -1,21 +1,8 @@
import React from "react";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const Connect = () => {
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
};
export default Connect;
diff --git a/src/pages/support/Documentation.jsx b/src/pages/support/Documentation.jsx
index fad15f99..58351da4 100644
--- a/src/pages/support/Documentation.jsx
+++ b/src/pages/support/Documentation.jsx
@@ -1,21 +1,8 @@
import React from "react";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const Documentation = () => {
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
};
export default Documentation;
diff --git a/src/pages/support/Support.jsx b/src/pages/support/Support.jsx
index aac9a4b5..ef3c0a17 100644
--- a/src/pages/support/Support.jsx
+++ b/src/pages/support/Support.jsx
@@ -1,21 +1,8 @@
import React from "react";
+import { ComingSoonPage } from "../Misc/ComingSoonPage";
const Support = () => {
- return
-
Coming Soon!
-
We're currently working on this feature and will have it ready shortly.
- Thank you for your patience!
-
-

-
-
;
+ return
;
};
export default Support;