Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mritunjay Kumar authored and Mritunjay Kumar committed Aug 29, 2023
1 parent 9103165 commit cfd9728
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import DidAuthServerService from '../../../src/DidAuthService/DidAuthServerServi
import Signer from '../../../src/shared/Signer'
import { Affinidi, KeysService, LocalKeyVault } from '@affinidi/common'
import DidAuthClientService from '../../../src/DidAuthService/DidAuthClientService'
import { DEFAULT_REQUEST_TOKEN_VALID_IN_MS } from 'src/shared/constants'
import { CreateResponseTokenOptions } from 'src/shared/types'
import { DEFAULT_REQUEST_TOKEN_VALID_IN_MS } from './../../../src/shared/constants'
import { CreateResponseTokenOptions } from './../../../src/shared/types'

const env = {
environment: <Env>'dev',
Expand Down

0 comments on commit cfd9728

Please sign in to comment.