From 8111b10478358410424db2935bdfc03d0e7da66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8jberg?= Date: Mon, 24 Jul 2023 16:22:58 -0400 Subject: [PATCH] Fix reference --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 946ab6ac..e06d3006 100644 --- a/elm.json +++ b/elm.json @@ -11,7 +11,6 @@ "UI.Sizing", "UI.Sidebar", "UI.Banner", - "UI.ReadmeCard", "UI.CopyField", "UI.EmptyStateCard", "UI.Toolbar", @@ -63,6 +62,7 @@ "Code.Namespace", "Code.Perspective", "Code.Project", + "Code.ReadmeCard", "Code.Syntax", "Code.UrlParsers", "Code.Workspace",