From 69fd271aec018d88cfb391e52510d489618afd0c Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 23 Mar 2023 21:05:15 -0400 Subject: [PATCH] songs section --- src/App.vue | 2 ++ src/components/songs.vue | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 src/components/songs.vue diff --git a/src/App.vue b/src/App.vue index 99dab31..8b66cea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ import Summary from './components/summary.vue' import MinsLeftToPracticeToday from './components/mins_left_to_practice_today.vue' import ShowCategory from './components/show_category.vue' + import Songs from './components/songs.vue' diff --git a/src/components/songs.vue b/src/components/songs.vue new file mode 100644 index 0000000..649a509 --- /dev/null +++ b/src/components/songs.vue @@ -0,0 +1,41 @@ + + + + +