From 13f5071c08483daa3ad099399a6610369f6dfe4f Mon Sep 17 00:00:00 2001 From: ThanhDat Vo Date: Thu, 24 Oct 2024 08:46:21 -0700 Subject: [PATCH] Update context.mdx (#931) --- src/routes/concepts/context.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/concepts/context.mdx b/src/routes/concepts/context.mdx index e762eedfd..4d3d0b3e6 100644 --- a/src/routes/concepts/context.mdx +++ b/src/routes/concepts/context.mdx @@ -219,7 +219,6 @@ You can pass a signal directly to the `value` prop of the `Provider` component,
```jsx -import Counter from "./counter"; import { CounterProvider } from "./Context"; import { Child } from "./Child";