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";