diff --git a/components/app/windows/chatbot.vue b/components/app/windows/chatbot.vue index 6319944..5b59087 100644 --- a/components/app/windows/chatbot.vue +++ b/components/app/windows/chatbot.vue @@ -1,5 +1,6 @@ diff --git a/components/ui/input/Input.vue b/components/ui/input/Input.vue new file mode 100644 index 0000000..1165ea5 --- /dev/null +++ b/components/ui/input/Input.vue @@ -0,0 +1,24 @@ + + + diff --git a/components/ui/input/index.ts b/components/ui/input/index.ts new file mode 100644 index 0000000..a691dd6 --- /dev/null +++ b/components/ui/input/index.ts @@ -0,0 +1 @@ +export { default as Input } from './Input.vue'