From 2552af1f6b85d71f4be9d6a461d07963f6f4871f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:42:43 -0400 Subject: [PATCH] Update favoriteColors to use Array syntax --- .../4-component-composition/1-props/emberPolaris/app.gjs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/4-component-composition/1-props/emberPolaris/app.gjs b/content/4-component-composition/1-props/emberPolaris/app.gjs index 70a29711..b43f2873 100644 --- a/content/4-component-composition/1-props/emberPolaris/app.gjs +++ b/content/4-component-composition/1-props/emberPolaris/app.gjs @@ -1,12 +1,10 @@ import UserProfile from "./user-profile.gjs"; -const favoriteColors = ["green", "blue", "red"]; - \ No newline at end of file +