From: riqo Date: Sat, 12 Dec 2020 21:32:46 +0000 (-0600) Subject: fix dual audioRenderer calls X-Git-Tag: v0.9~128 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=875b0828d09125231dfff339b562a44d196e8ad4;p=mime-chat fix dual audioRenderer calls --- diff --git a/src/components/UI/UIDetails/audioInput.vue b/src/components/UI/UIDetails/audioInput.vue deleted file mode 100644 index 8e3677f..0000000 --- a/src/components/UI/UIDetails/audioInput.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/UI/index.vue b/src/components/UI/index.vue index 00896f3..4ad8647 100644 --- a/src/components/UI/index.vue +++ b/src/components/UI/index.vue @@ -8,7 +8,6 @@ > - @@ -17,15 +16,14 @@ \ No newline at end of file diff --git a/src/components/UI/UIDetails/inputItem.vue b/src/components/input/inputDetails/textInput.vue similarity index 61% rename from src/components/UI/UIDetails/inputItem.vue rename to src/components/input/inputDetails/textInput.vue index 8eb0aa5..06e8c3b 100644 --- a/src/components/UI/UIDetails/inputItem.vue +++ b/src/components/input/inputDetails/textInput.vue @@ -1,9 +1,8 @@