Skip to content

Commit

Permalink
refactor: update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jun 5, 2020
1 parent 3945493 commit 7d00e23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import crypto from './crypto'
import { PackageInitParams } from './types'

import { getPublicKey } from './util/publicKey'

import verification from './verification'
import Webhooks from './webhooks'
import { getPublicKey } from './util/publicKey'
import Crypto from './crypto'

/**
* Entrypoint into the FormSG SDK
* @param {PackageInitParams} config Package initialization config parameters
Expand Down

0 comments on commit 7d00e23

Please sign in to comment.