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'
@@ -12,6 +13,7 @@
+
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 @@
+
+
+
+
+ Songs
+
+
+
+ | id |
+ title |
+ notes |
+
+
+
+
+ | {{song.id}} |
+ {{song.title}} |
+ {{song.notes}} |
+
+
+
+
+
+
+