Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky committed Jan 21, 2025
1 parent fe1f67d commit 9147721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/syncEffect/test-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component, type ErrorInfo, type ReactNode, createElement } from 'react'
import type { ErrorInfo, ReactNode } from 'react'
import { Component, createElement } from 'react'
import { INTERNAL_buildStore, createStore } from 'jotai/vanilla'

type Store = ReturnType<typeof createStore>
Expand Down

0 comments on commit 9147721

Please sign in to comment.