diff --git a/src/components/SongCard.vue b/src/components/SongCard.vue new file mode 100644 index 0000000..921d686 --- /dev/null +++ b/src/components/SongCard.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongNav.vue b/src/components/SongNav.vue new file mode 100644 index 0000000..b3ca494 --- /dev/null +++ b/src/components/SongNav.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongTag.vue b/src/components/SongTag.vue new file mode 100644 index 0000000..b20a17e --- /dev/null +++ b/src/components/SongTag.vue @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file