am I missing that?

This commit is contained in:
Violet Caulfield
2025-01-25 17:41:18 -06:00
parent b14b6f8c66
commit 9f7c7db82e
+1
View File
@@ -5,6 +5,7 @@ const recentArtists = fetchRecentlyPlayedArtists()
const CarPlayHome : GridTemplate = new GridTemplate({
title: "Home",
tabTitle: "Home",
buttons: Array.from({ length: 8 }).map((_, i) => ({
id: `BUTTON_${i}`,
image: require("../../assets/icon_60pt_3x.jpg"),