Skip to content

Commit

Permalink
Merge pull request #6 from Andrew01011997/master
Browse files Browse the repository at this point in the history
chore: removed unused variables
  • Loading branch information
koka0630 committed Jan 31, 2024
2 parents 96aea56 + 3d364ff commit 15b0c3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/internals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import {
atom as _atom,
selector as _selector,
RecoilValue,
RecoilRoot as OriginalRecoilRoot,
useRecoilCallback,
RecoilValueReadOnly,
MutableSnapshot,
useRecoilValue,
} from "../original-recoil";

export const nonMockedDefaultValue = Symbol("NonMockedDefaultValue");
Expand Down

0 comments on commit 15b0c3a

Please sign in to comment.