From a6321fc472dd68e01b07fcc009fd700129b85f05 Mon Sep 17 00:00:00 2001 From: Stephen Watkins Date: Thu, 17 Aug 2023 15:34:11 -0400 Subject: [PATCH] remove note --- documentation/decisions/012_page_layouts.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/decisions/012_page_layouts.md b/documentation/decisions/012_page_layouts.md index d4b45657b..8406fb40b 100644 --- a/documentation/decisions/012_page_layouts.md +++ b/documentation/decisions/012_page_layouts.md @@ -64,5 +64,3 @@ function DashboardLayout() { ); } ``` - -Note that this isn't a spec, just a high-level example of how to think about what the component library would offer and how it could be incorporated into existing apps.