From 1ad7c73fd5e43e84eb4f536b132cf1438bf45127 Mon Sep 17 00:00:00 2001
From: Ryota Murakami <dojce1048@gmail.com>
Date: Fri, 10 Sep 2021 03:05:30 +0900
Subject: [PATCH] pecies.mdx: add React Testing Library React Dnd Chessboard
 Example

When I found this blank Examples page with coincidences I thought I could add content from my repos.
Is this addition welcome?

Let me know if there is something to should fix or improve, thank you!
---
 docs/recipes.mdx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/recipes.mdx b/docs/recipes.mdx
index 722d3aec6..723a2a290 100644
--- a/docs/recipes.mdx
+++ b/docs/recipes.mdx
@@ -5,3 +5,5 @@ title: About the Examples
 
 [Examples](./example-codesandbox) and [Help Resources](./learning) are
 contributed by the Testing Library community
+
+- [React Testing Library React Dnd Chessboard Example](https://github.com/laststance/react-testing-library-react-dnd-chessboard-example)