diff --git a/src/layouts/customer-details/customer-details.spec.js b/src/layouts/customer-details/customer-details.spec.js
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue
new file mode 100644
index 000000000..91bd77afe
--- /dev/null
+++ b/src/layouts/customer-details/customer-details.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 3abfa058d..d76a0905a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -31,8 +31,14 @@ import { applicationConfig } from "../constants/application-config";
// Components
import datePicker from "@/digital-components/date-picker/date-picker.vue";
import demoDatePicker from "@/layouts/demo-date-picker/demo-date-picker.vue";
+import customerDetails from "@/layouts/customer-details/customer-details.vue";
const routes = [
+ {
+ path: "/customer-details", // This is a temporary route for testing.
+ name: "customer-details",
+ component: customerDetails,
+ },
{
path: "/demo-date-picker", // This is a temporary route for testing.
name: "demo-date-picker",
diff --git a/src/ux-components/text-area/text-area-multi-line.spec.js b/src/ux-components/text-area/text-area-multi-line.spec.js
new file mode 100644
index 000000000..e69de29bb
diff --git a/src/ux-components/text-area/text-area-multi-line.vue b/src/ux-components/text-area/text-area-multi-line.vue
new file mode 100644
index 000000000..ad87f9893
--- /dev/null
+++ b/src/ux-components/text-area/text-area-multi-line.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
{{textAreaFooterText}}
+
+
+
+
+
+