Skip to content

Commit

Permalink
core: format
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Dec 24, 2024
1 parent 3e4e692 commit 49480b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/createAuthConfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import invariant from 'tiny-invariant'
import { keyTypes, type BaseConfig } from './createConfig.js'
import type * as rustUtils from './utils.d.ts'
import type { Hex } from 'viem'
import { type BaseConfig, keyTypes } from './createConfig.js'
import type * as rustUtils from './utils.d.ts'

export type CreateAuthConfigParameters = {
apiKey: string
Expand Down

0 comments on commit 49480b5

Please sign in to comment.