Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Dec 19, 2023
1 parent b3c4b1b commit 0aa723f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/entities.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { ethers } from 'ethers'
import { Authenticator, AuthChain, AuthIdentity } from '@dcl/crypto'
import { Authenticator, AuthIdentity } from '@dcl/crypto'
import { Entity, EntityType } from '@dcl/schemas/dist/platform/entity'
import {
ContentClient,
createContentClient
} from 'dcl-catalyst-client/dist/client/ContentClient'
import { BuildEntityWithoutFilesOptions } from 'dcl-catalyst-client/dist/client/types'
import { buildEntityWithoutNewFiles } from 'dcl-catalyst-client/dist/client/utils/DeploymentBuilder'
import { getConnectedProvider } from './eth'
import { ProfileEntity } from './types'
import { PeerAPI } from './peer'
import { createFetchComponent } from '@well-known-components/fetch-component'
Expand Down

0 comments on commit 0aa723f

Please sign in to comment.