diff options
Diffstat (limited to 'src/data/songs.ts')
| -rw-r--r-- | src/data/songs.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/songs.ts b/src/data/songs.ts new file mode 100644 index 0000000..7b760b2 --- /dev/null +++ b/src/data/songs.ts @@ -0,0 +1,4 @@ +export const songs = [ + { artist: "KiiiKiii", name: "Strawberry Cheesegame", youtubeId: "CQSY6FeT68I" }, + { artist: "ifeye", name: "r u ok?", youtubeId: "tEF6aKhfPaQ" }, +]; |
