Skip to content

Commit 652fba2

Browse files
committed
adjust imports
1 parent 1ea9c37 commit 652fba2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/ScopeProvider/scope.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { type Atom, atom } from 'jotai'
22
import { __DEV__ } from '../env'
3-
import {
4-
type AnyAtom,
5-
type AnyAtomFamily,
6-
type AnyWritableAtom,
7-
SCOPE,
8-
type Scope,
9-
type ScopedStore,
10-
type Store,
3+
import type {
4+
AnyAtom,
5+
AnyAtomFamily,
6+
AnyWritableAtom,
7+
Scope,
8+
ScopedStore,
9+
Store,
1110
} from '../types'
11+
import { SCOPE } from '../types'
1212

1313
const globalScopeKey: { name?: string } = {}
1414
if (__DEV__) {

0 commit comments

Comments
 (0)