From 74c80b6530683811b1ef996e0ae2212a84a20544 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 17 Aug 2020 23:46:50 -0600 Subject: [PATCH] Add a modal for audio features (not in use at the moment) --- src/components/modals/FeaturesInfo.vue | 171 +++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 src/components/modals/FeaturesInfo.vue diff --git a/src/components/modals/FeaturesInfo.vue b/src/components/modals/FeaturesInfo.vue new file mode 100644 index 0000000..693cae6 --- /dev/null +++ b/src/components/modals/FeaturesInfo.vue @@ -0,0 +1,171 @@ + + + + + \ No newline at end of file