From c63507c03872aef81b534a710366599618bc9a4c Mon Sep 17 00:00:00 2001 From: Jacques Yakoub Date: Wed, 22 Jan 2025 00:15:52 +0100 Subject: [PATCH] Update playground.tsx --- testsite/src/pages/playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsite/src/pages/playground.tsx b/testsite/src/pages/playground.tsx index 6d08eebb..addff967 100644 --- a/testsite/src/pages/playground.tsx +++ b/testsite/src/pages/playground.tsx @@ -4,7 +4,7 @@ import BrowserOnly from "@docusaurus/BrowserOnly" import ErrorBoundary from "@docusaurus/ErrorBoundary" import { ToastContainer, toast } from "react-toastify" -import "react-toastify/dist/ReactToastify.min.css" +//import "react-toastify/dist/ReactToastify.min.css" function PlaygroundComponent(): JSX.Element { // No SSR for the live preview