Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sanducb committed Oct 3, 2024
1 parent 1025d41 commit c9003cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/wallet/backend/src/cardUsers.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Knex } from 'knex'
import { createContainer } from '@/createContainer'
import { env } from '@/config/env'
import {
ICreateCustomerRequest,
ICreateCustomerResponse,
ICitizen
} from '@/card/types'
import { GateHubService } from './gatehub/service'
import { ICreateCustomerRequest, ICreateCustomerResponse } from '@/card/types'
import { GateHubClient } from './gatehub/client'

interface UserData {
Expand Down

0 comments on commit c9003cf

Please sign in to comment.