From 4d4bf3145e56bd942e21887544de802e8dbdf621 Mon Sep 17 00:00:00 2001 From: Nguyen Long Nhat Date: Fri, 20 Aug 2021 17:16:01 +0700 Subject: [PATCH] fixes example --- docs/docs/tutorial/part-4/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/part-4/index.mdx b/docs/docs/tutorial/part-4/index.mdx index 731e49117627f..739b59b408719 100644 --- a/docs/docs/tutorial/part-4/index.mdx +++ b/docs/docs/tutorial/part-4/index.mdx @@ -483,7 +483,7 @@ const Layout = ({ pageTitle, children }) => {

{pageTitle}

{children} - + ) }