Skip to content

Commit

Permalink
doc: remove duplicate imports from jotai-scope documentation (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Oct 17, 2023
1 parent 6ea4361 commit cdbfcdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/integrations/scope.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

1 comment on commit cdbfcdf

@vercel
Copy link

@vercel vercel bot commented on cdbfcdf Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.