From 72e413438618d93cc3b0ba8fdb111ea364400e7f Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Mon, 3 Aug 2020 13:25:30 -0500 Subject: [PATCH] docs(useExpanded): Add sub-comp-lazy to sidebar (#2591) --- docs/src/manifests/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/manifests/manifest.json b/docs/src/manifests/manifest.json index c533ad88d2..1be6070426 100644 --- a/docs/src/manifests/manifest.json +++ b/docs/src/manifests/manifest.json @@ -160,6 +160,11 @@ "path": "/docs/examples/sub-components", "editUrl": "/docs/examples/sub-components.mdx" }, + { + "title": "Sub Components (Lazy)", + "path": "/docs/examples/sub-components-lazy", + "editUrl": "/docs/examples/sub-components-lazy.mdx" + }, { "title": "Editable Data", "path": "/docs/examples/editable-data",