From 437b0b756184b562398714c16917a80b38a38a92 Mon Sep 17 00:00:00 2001 From: Andrew Jakubowicz Date: Thu, 11 Jan 2024 11:07:14 -0800 Subject: [PATCH] fix react playground --- .../lit-dev-content/samples/examples/react-slots/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lit-dev-content/samples/examples/react-slots/project.json b/packages/lit-dev-content/samples/examples/react-slots/project.json index 0004ebd69..98e68d3b9 100644 --- a/packages/lit-dev-content/samples/examples/react-slots/project.json +++ b/packages/lit-dev-content/samples/examples/react-slots/project.json @@ -3,7 +3,7 @@ "order": 2, "title": "Slots", "description": "Project React Components onto web component slots.", - "section": "@lit-labs/react", + "section": "@lit/react", "files": { "app.tsx": {"contentType": "text/typescript-jsx"}, "simple-slots.ts": {},