From 3a4ceaf430de78f6889ca33283a7d6e626fb4f7a Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Fri, 7 Aug 2020 00:43:45 -0600 Subject: [PATCH] Initialize base file for needed modals. --- src/components/modals/DetailedTrack.vue | 18 ++++++++++++++++++ src/components/modals/PopularityInfo.vue | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/components/modals/DetailedTrack.vue create mode 100644 src/components/modals/PopularityInfo.vue diff --git a/src/components/modals/DetailedTrack.vue b/src/components/modals/DetailedTrack.vue new file mode 100644 index 0000000..579e846 --- /dev/null +++ b/src/components/modals/DetailedTrack.vue @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/src/components/modals/PopularityInfo.vue b/src/components/modals/PopularityInfo.vue new file mode 100644 index 0000000..2052c98 --- /dev/null +++ b/src/components/modals/PopularityInfo.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file