From 32a9d5b0ce6b919a4deae463889dfe56851b0d93 Mon Sep 17 00:00:00 2001
From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date: Wed, 16 Oct 2024 01:42:32 +0530
Subject: [PATCH] feat: Add a base layout component for the empty states
(#10276)
---
.../components-next/EmptyStateLayout.vue | 47 +++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 app/javascript/dashboard/components-next/EmptyStateLayout.vue
diff --git a/app/javascript/dashboard/components-next/EmptyStateLayout.vue b/app/javascript/dashboard/components-next/EmptyStateLayout.vue
new file mode 100644
index 000000000..3c37e6276
--- /dev/null
+++ b/app/javascript/dashboard/components-next/EmptyStateLayout.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+ {{ subtitle }}
+
+
+
+
+
+
+
+