diff --git a/docs/integrations/scope.mdx b/docs/integrations/scope.mdx index 1f8e67dc51..80107b157f 100644 --- a/docs/integrations/scope.mdx +++ b/docs/integrations/scope.mdx @@ -33,10 +33,6 @@ import { useAtom as useScopedAtom, } from 'jotai-scope' import { atom, useAtom } from 'jotai' -import { - Provider as ScopedProvider, - useAtom as useScopedAtom, -} from 'jotai-scope' const countAtom = atom(0) const anotherCountAtom = atom(0)