From 96440350fc1de6e5b913cf8a5b82b299dfde3814 Mon Sep 17 00:00:00 2001
From: novellac <38117965+novellac@users.noreply.github.com>
Date: Mon, 6 Mar 2023 21:07:38 -0500
Subject: [PATCH] feat: Add components to app for proof of concept
---
.storybook/preview.js | 2 ++
src/App.vue | 42 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 43 insertions(+), 1 deletion(-)
diff --git a/.storybook/preview.js b/.storybook/preview.js
index 48afd56..d1716ee 100644
--- a/.storybook/preview.js
+++ b/.storybook/preview.js
@@ -1,3 +1,5 @@
+import '/src/assets/main.css'
+
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
diff --git a/src/App.vue b/src/App.vue
index 7c18691..76d7219 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,45 @@
- this will be main area
+
+
+
+
+
+ Generate
+
+
+
+
+